Skip to content
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

≠ is not identical to != in some cases (0 ≠ 0 | 1 or 0 ≠ 0) #6629

Closed
p6rt opened this issue Oct 22, 2017 · 4 comments
Closed

≠ is not identical to != in some cases (0 ≠ 0 | 1 or 0 ≠ 0) #6629

p6rt opened this issue Oct 22, 2017 · 4 comments
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Oct 22, 2017

Migrated from rt.perl.org#132346 (status was 'resolved')

Searchable as RT132346$

@p6rt
Copy link
Author

p6rt commented Oct 22, 2017

From @AlexDaniel

Code​:
say (0 � 0 | 1 or 0 � 0)

¦2017.09,1af2a745fcd^​: «False»
¦1af2a74,HEAD(d10d697)​: «True»

Bisectable​: (2017-09-25) rakudo/rakudo@1af2a74

This code comes from Whateverable​: https://github.com/perl6/whateverable/blob/238f6abf9067ff3a9149daf9400188242cb44de0/bin/Greppable.p6#L94

@p6rt
Copy link
Author

p6rt commented Oct 22, 2017

From @zoffixznet

On Sun, 22 Oct 2017 03​:58​:40 -0700, alex.jakimenko@​gmail.com wrote​:

Code​:
say (0 � 0 | 1 or 0 � 0)

¦2017.09,1af2a745fcd^​: «False»
¦1af2a74,HEAD(d10d697)​: «True»

Bisectable​: (2017-09-25)
rakudo/rakudo@1af2a74

This code comes from Whateverable​:
https://github.com/perl6/whateverable/blob/238f6abf9067ff3a9149daf9400188242cb44de0/bin/Greppable.p6#L94

Thank you for the report. This is now fixed.

Fix​: rakudo/rakudo@6ad06fad9f6f136
Test​: Raku/roast@e039bab7c5135e326

@p6rt
Copy link
Author

p6rt commented Oct 22, 2017

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 22, 2017

@zoffixznet - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Oct 22, 2017
@p6rt p6rt added the regression Issue did not exist previously label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant