Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add docstring for compileonly variant
  • Loading branch information
Jawfish committed Feb 1, 2026
commit dde30cd8f9915f0f6cd3230e5eff139ddb365514
1 change: 1 addition & 0 deletions src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub enum RunMode {
Module(String),
InstallPip(InstallPipMode),
Repl,
/// Compile files without executing them. Used for syntax/compile validation.
CompileOnly(Vec<String>),
}

Expand Down