-
Notifications
You must be signed in to change notification settings - Fork 558
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
[EXPERIMENT] String- and number-specific bitwise ops #14459
Comments
From @cpansproutThe new ops &. |. ^. ~. and the strictly-numeric behaviour of & | ^ ~ under the -- Father Chrysostomos |
From @cpansproutOn Sat, 31 Jan 2015 22:07:56 -0800, sprout wrote:
This feature has been in three stable releases of perl, with no changes to the implementation as far as I can remember. As evidenced by ticket #132589, this feature is actually being used in the wild, and the only bug report it has had is not actually a bug in Perl, but in a module. I suggest we accept this feature as stable for 5.28, and enable it with ‘use v5.28‘. -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
From @xsawyerxOn Sun, 17 Dec 2017 11:15:03 -0800, sprout wrote:
Makes sense. Any objections? |
From @cpansproutOn Mon, 18 Dec 2017 07:26:49 -0800, xsawyerx@cpan.org wrote:
There weren’t any, so I have gone ahead with this and merged by branch in commit b566b29. -- Father Chrysostomos |
@cpansprout - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#123707 (status was 'resolved')
Searchable as RT123707$
The text was updated successfully, but these errors were encountered: