-
Notifications
You must be signed in to change notification settings - Fork 230
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
🐛 parser fixes #801
🐛 parser fixes #801
Conversation
There are a couple of errors in some files, that is because they arent 0.91.1 compliant. I believe it can be merged with no problem |
I don't really get the point of modifying files in the before_v0.60 folder so that they don't work in a different way. Those files work with versions of nushell before 0.60 right now, although I doubt anyone is using those versions. If we change it like you have here, they neither work for versions before 0.60 or after 0.60. The idea when I created the before_v0.60 folder was that people would move a given script to the appropriate folder in the new folder structure, then update it to work with whatever version they were working on. That would add the new script to the new folders, and remove the script from the old folders. Eventually, there would be no files in the before_v0.60 folder because all the scripts were ported. It hasn't quite worked out like that but that was the idea. |
I see. I'll revert some of those changes and see if I'm capable of moving some scripts to current nushell. I'll be back |
if you clean up the conflicts and test it out again we can land this, thanks. |
Thanks! |
str collect
forstr join
str lpad
forfill
str lpad -c
forfill --width
str rpad -l
forfill --alignment r --width
before_v0.60/README.md
$nu.scope.commands
forscope commands
if (true) {} else {}
(else keyword)$true
fortrue
$false
forfalse