-
Notifications
You must be signed in to change notification settings - Fork 2.1k
IR Evaluation Error in Nushell Command Execution #15510
Copy link
Copy link
Closed
Labels
A:ir-compilerIssues/pull requests related to compiling Nushell parser output to internal representation (IR)Issues/pull requests related to compiling Nushell parser output to internal representation (IR)category:bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
How to reproduce
this appear apperently when evaluating a network operations with an and
for example this would also error
(http get https://example.com) and (echo hello)
Expected behavior
waiting for the first condtion to evaluate, get result and then proceed to the next condition
Configuration
| key | value |
|---|---|
| version | 0.103.0 |
| major | 0 |
| minor | 103 |
| patch | 0 |
| branch | |
| commit_hash | c986426 |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-musl |
| rust_version | rustc 1.83.0 (90b35a623 2024-11-26) |
| rust_channel | 1.83.0-x86_64-unknown-linux-gnu |
| cargo_version | cargo 1.83.0 (5ffbef321 2024-10-29) |
| build_time | 2025-03-19 00:29:54 +00:00 |
| build_rust_channel | release |
| allocator | standard |
| features | default, sqlite, static-link-openssl, trash |
| installed_plugins |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:ir-compilerIssues/pull requests related to compiling Nushell parser output to internal representation (IR)Issues/pull requests related to compiling Nushell parser output to internal representation (IR)category:bugSomething isn't workingSomething isn't working
