Skip to content

allow formatting of things like ls | where type == dir inside of def#103

Merged
fdncred merged 1 commit intomainfrom
issue_101
Mar 25, 2026
Merged

allow formatting of things like ls | where type == dir inside of def#103
fdncred merged 1 commit intomainfrom
issue_101

Conversation

@fdncred
Copy link
Contributor

@fdncred fdncred commented Mar 25, 2026

Description of changes

Fixed an issue where things like this were producing a parse error.

def foo [] { ls | where type == "dir" }

Relevant Issues

closes #101

@fdncred fdncred merged commit 8444c42 into main Mar 25, 2026
4 of 6 checks passed
@fdncred fdncred deleted the issue_101 branch March 25, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parse errors with where inside def

1 participant