-
Notifications
You must be signed in to change notification settings - Fork 22
Test suite is failing due to stderr noise #149
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
failures:
---- cell_path_in_def_block_does_not_emit_parser_errors_issue141 stdout ----
thread 'cell_path_in_def_block_does_not_emit_parser_errors_issue141' (6809) panicked at tests/main.rs:334:5:
unexpected parser error noise on stderr: [2026-03-29T08:25:01Z ERROR nu_parser::parser] compile_block_with_id called with parse errors
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- mixed_use_and_def_does_not_emit_parser_errors_issue136 stdout ----
thread 'mixed_use_and_def_does_not_emit_parser_errors_issue136' (7368) panicked at tests/main.rs:322:5:
unexpected parser error noise on stderr: [2026-03-29T08:25:01Z ERROR nu_parser::parser] compile_block_with_id called with parse errors
[2026-03-29T08:25:01Z ERROR nu_parser::parser] compile_block_with_id called with parse errors
failures:
cell_path_in_def_block_does_not_emit_parser_errors_issue141
mixed_use_and_def_does_not_emit_parser_errors_issue136
test result: FAILED. 187 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
Environment
- nushell 0.111.0
- nufmt f2f4020
- rustc 1.93.0 (254b59607 2026-01-19) (built from a source tarball)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working