-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
const keyword and multiple assignment #7319
Comments
Assignment without
|
i have the feeling that this change was made maybe too fast. something like this, for instance, is very common:
so. using multiple assignment with const does force you to explicitly
and without:
well, i don't know, but does this look consistent? |
I don't think we can have it both ways; either |
Ok, I didn't intend this to be such a breaking change, so I think I will revert that commit. |
It's unfortunate that bare assignments and qualified assignments are different like this. |
Hello.
This seems to be a common scheme and is used in several packages e.g. Datetime, IJulia/stdio etc.
This is giving now an error: ERROR: syntax: expected assignment after "const"
I presume something goes wrong in scheme parser/lexer.
Thanks in advance.
P.S.: This is my versioninfo:
The text was updated successfully, but these errors were encountered: