-
Notifications
You must be signed in to change notification settings - Fork 2.1k
0.77.0 broke my def-env command #8467
Copy link
Copy link
Closed
Labels
A:external-commandsIssues related to external commandsIssues related to external commandsA:redirection-pipeAll related to redirection to files or more complex pipelines with STDERRAll related to redirection to files or more complex pipelines with STDERRcategory:regressionSomething that worked does not work anymore.Something that worked does not work anymore.
Milestone
Description
Question
Here's my command:
def-env lsi [...path: string] {
let output = (ls-interactive ($path | str collect ' '))
cd (
if ($output | is-empty) { $env.PWD }
else { $output }
)
} ls-interactive is an interactive file chooser, but now suddenly it doesn't seem to show its stdout while it's running or something
I'm not sure what's going on, it just doesn't display anything
It was working fine on <=0.76.0
Additional context and details
I have read the release notes and the breaking changes specifically, but I don't see anything that I use here? what am I missing? is this a bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:external-commandsIssues related to external commandsIssues related to external commandsA:redirection-pipeAll related to redirection to files or more complex pipelines with STDERRAll related to redirection to files or more complex pipelines with STDERRcategory:regressionSomething that worked does not work anymore.Something that worked does not work anymore.