-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Arithmetic expansion #714
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
Arithmetic expansion #714
Conversation
e73b13d
to
8791fda
Compare
Added docs, changelog entry, and some more tests. Ready for review. Outstanding questions:
|
f1c7c80
to
996c657
Compare
Thinking out loud:
(I'm not saying that all of these be added; I'm just brainstorming.) The rule is in lex.c.
The criteria I would consider are:
What kind of processing (word-splitting, etc) will it undergo? If it's the same processing in The same goes for
Ship it :-) |
Triage: Ready to merge, and there's still enough time prior to tagging to find any issues: let's merge it! @phy1729, any reason not to? If not, would you do the honours? |
Noting here that #709, once merged, would benefit from integration to this. (Though it's not clear yet which PR will be merged first.) |
Thanks for the reminder. Merged. |
Needs docs and a changlog update (and perhaps a few more tests if any come to mind). One outstanding question is should
"$(( ... ))"
break the double quoted style as"$( ... )"
does?