Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix single-use env and other fixes #149

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Fix single-use env and other fixes #149

merged 1 commit into from
Nov 20, 2024

Conversation

blindFS
Copy link
Contributor

@blindFS blindFS commented Nov 20, 2024

This PR

  1. fix setting env vars bash style produces errors #146 , check the test cases in the new env.nu file, remind me if any format is missing.
  2. force whitespace in between of binary expression: 1+1 should be command
  3. simplify the unquoted rule with lexical precedence.

@fdncred fdncred merged commit 28eba5e into nushell:main Nov 20, 2024
3 checks passed
@fdncred
Copy link
Collaborator

fdncred commented Nov 20, 2024

Thanks for working on this!

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.

setting env vars bash style produces errors
2 participants