-
Notifications
You must be signed in to change notification settings - Fork 161
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
Strange behaviour of ~ #1049
Comments
Some other bad places we can put
|
This is tricky to fix, without possibly slowing GAP down -- the obvious places to fix it would involve putting code in places that have to be fast. I'm investigating making |
I have a fix for this, but it requires first merging #490 (just because they touch the same code, so there would be a merge conflict otherwise). |
Observed behaviour
Expected behaviour
The assignment
~ := 1;
should lead to the same syntax error as the first examples.Copy and paste GAP banner (to tell us about your setup)
Seems that this has been in all version of GAP4 (and also in GAP3, where only the last line behaves differently).
The text was updated successfully, but these errors were encountered: