-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
parsing ambiguity of .! ? #20541
Comments
(Discovered from failure when writing |
Seems like a parsing issue, since Actually, it's stronger than that: since |
I'm marking this as a bug, since |
Yes, it seems like |
Ah, now I see why it is there: see #17393 (comment) This hack should have been removed when |
fix #20541, remove `.!` from prec-comparison
With
I expected
[[true] .!([true])]
to function identically, but instead this yields a binary!
broadcast
likewise e.g.
Am I making a mistake, or is this a parsing issue? cc @stevengj. Best!
The text was updated successfully, but these errors were encountered: