-
Notifications
You must be signed in to change notification settings - Fork 577
^^= is not implemented #23238
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
Comments
Yeah, oops. Seems I forgot to consider this case when implementing the rest of it. A bit late to think about it for 5.42 now but I'll work on a fix for 5.43.x |
To be fair, it's not documented to work:
So we'll want to update the docs along with the implementation. |
@leonerd Please produce a patch ASAP; on that basis we may decide to give it a shot with the smokers and then possibly ship it this cycle. If we see any smoke at all we’re not going to, or depending on the patch for whatever other reason maybe not either; but without a patch we have nothing to assess. |
This is a bug report for perl from [email protected],
generated with the help of perlbug 1.43 running under perl 5.40.2.
Description
We now have the high-precedence xor operator ^^
For a long time we have had the ^ operator.
We have ^= but we do not have ^^= and this appears to be an oversight.
Steps to Reproduce
Expected behavior
The operator should be implemented.
Flags
Perl configuration
The text was updated successfully, but these errors were encountered: