fix: preserve string context in + operator
This commit is contained in:
8
Justfile
8
Justfile
@@ -1,15 +1,15 @@
|
||||
[no-exit-message]
|
||||
@repl:
|
||||
RUST_LOG=none,nix_js=debug cargo run --bin repl
|
||||
RUST_LOG=none cargo run --bin repl
|
||||
|
||||
[no-exit-message]
|
||||
@eval expr:
|
||||
RUST_LOG=none,nix_js=debug cargo run --bin eval -- '{{expr}}'
|
||||
RUST_LOG=none cargo run --bin eval -- '{{expr}}'
|
||||
|
||||
[no-exit-message]
|
||||
@replr:
|
||||
RUST_LOG=info cargo run --bin repl --release
|
||||
RUST_LOG=none cargo run --bin repl --release
|
||||
|
||||
[no-exit-message]
|
||||
@evalr expr:
|
||||
RUST_LOG=silent cargo run --bin eval --release -- '{{expr}}'
|
||||
RUST_LOG=none cargo run --bin eval --release -- '{{expr}}'
|
||||
|
||||
Reference in New Issue
Block a user