-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
2.0-beta1 feedback #144
Comments
CC @ebfe @andreynering @z0mbix @meatballhat @mmlb @hzlmn @paulbellamy @RalphCorderoy @uli42 Sorry about the mass-ping - don't want to leave anyone out :) |
Great work @mvdan Thanks a lot. |
@mvdan Maybe in the future some people can benefit from having Otherwise, everything else seems fine. =) |
leads to
|
@andreynering I haven't formally announced nor released @uli42 thanks for reporting, this is indeed wrong. Not a regression per se as v1 used backslashes, but still wrong. Filed the issue above. |
Thank you all - I understand there's nothing else wrong with the beta, at least for now. Please see #150 regarding the new import path, as that's the last item on my list before doing 2.0. |
Changelog as it stands now:
Highlights:
Position
merged intoPos
mksh
- MirBSD's Korn Shell - used in AndroidEvalClause
removed;eval
is no longer parsed as a keywordTimeClause
andSelectClause
UntilClause
intoWhileClause
ParamExp.Excl
Stmt.Assigns
toCallExpr.Assigns
Elif
- chainIfClause
nodes insteada[i]=b
BinaryNextLine
-s
, which simplifies programs viasyntax.Simplify
-ln <lang>
, like-ln mksh
-bn
to put binary ops in the next line, like in 1.XIf there's anything that I've missed or anything that seems obviously wrong, please let me know before I do the final release. Once the release is done, no more backwards incompatible changes can be made.
Please try the binaries available here: https://github.com/mvdan/sh/releases/tag/v2.0-beta1
I have some more vacation in the following two weeks, so I expect to do the final release in mid-August.
The text was updated successfully, but these errors were encountered: