You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
29cc8053c53cd1d31c48caef82b715a48368374d is the first bad commit
commit 29cc8053c53cd1d31c48caef82b715a48368374d
Author: Paul "LeoNerd" Evans <[email protected]>
Date: Fri May 2 09:14:30 2025 +0100
Commit: Paul Evans <[email protected]>
CommitDate: Mon May 5 17:20:02 2025 +0100
Implement assigning xor (^^=) operator
When I added '^^' I forgot to implement or test the assigning version of
it.
Also it seems `pp_xor` had the left and right arguments round the wrong
way; but until the asymmetry introduced by this change nobody had
noticed before. This is now fixed.
Also adds `B::Deparse` support for the new assigning xor operator
lib/B/Deparse.pm | 15 +++++++++++----
lib/B/Deparse.t | 5 +++++
op.c | 1 +
pod/perldelta.pod | 6 ++++++
pod/perlop.pod | 4 ++--
pp_ctl.c | 15 ++++++++++-----
t/op/lop.t | 10 +++++++++-
toke.c | 4 ++++
8 files changed, 48 insertions(+), 12 deletions(-)
bisect found first bad commit
That took 12235 seconds.
This is a bug report for perl from "Carlos Guevara" [email protected],
generated with the help of perlbug 1.43 running under perl 5.41.13.
BBC: Blead Breaks Devel::Cover
Please see http://fast-matrix.cpantesters.org/?dist=Devel-Cover
Flags
Perl configuration
The text was updated successfully, but these errors were encountered: