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

0 ^^ ^7 broken on Moar #3468

Closed
p6rt opened this issue Jul 31, 2014 · 5 comments
Closed

0 ^^ ^7 broken on Moar #3468

p6rt opened this issue Jul 31, 2014 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jul 31, 2014

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

Searchable as RT122448$

@p6rt
Copy link
Author

p6rt commented Jul 31, 2014

From @lizmat

13​:57​:21] <lizmat> r​: (0 ^^ ^7).WHAT.say # should I create a rakudobug for this one?
[13​:57​:25] <+camelia> rakudo-{parrot,jvm} ae2ffe​: OUTPUT«(Range)␤»
[13​:57​:25] <+camelia> ..rakudo-moar ae2ffe​: OUTPUT«Nil␤»
[13​:57​:37] <masak> lizmat​: yes, please.
[13​:58​:14] <lizmat> r​: (^7 ^^ 0).WHAT.say # this appears to work
[13​:58​:18] <+camelia> rakudo-{parrot,jvm,moar} ae2ffe​: OUTPUT«(Range)␤»

@p6rt
Copy link
Author

p6rt commented Jul 31, 2014

From @lizmat

On 31 Jul 2014, at 13​:58, Elizabeth Mattijsen (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Elizabeth Mattijsen
# Please include the string​: [perl #​122448]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=122448 >

13​:57​:21] <lizmat> r​: (0 ^^ ^7).WHAT.say # should I create a rakudobug for this one?
[13​:57​:25] <+camelia> rakudo-{parrot,jvm} ae2ffe​: OUTPUT«(Range)␤»
[13​:57​:25] <+camelia> ..rakudo-moar ae2ffe​: OUTPUT«Nil␤»
[13​:57​:37] <masak> lizmat​: yes, please.
[13​:58​:14] <lizmat> r​: (^7 ^^ 0).WHAT.say # this appears to work
[13​:58​:18] <+camelia> rakudo-{parrot,jvm,moar} ae2ffe​: OUTPUT«(Range)␤»

This appears to be an optimizer issue, as the problem does not exist with​:

  —-optimize=off
  —-optimize=1

Liz

@p6rt
Copy link
Author

p6rt commented Oct 21, 2014

From @usev6

Looks like this was fixed the other day. The relevant test in S03-operators/short-circuit.t was unfudged with this commit​: Raku/roast@31c3fd1 (and passes now). So I'm closing this ticket.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 21, 2014

From @usev6

Looks like this was fixed the other day. The relevant test in S03-operators/short-circuit.t was unfudged with this commit​: Raku/roast@31c3fd1 (and passes now). So I'm closing this ticket.

@p6rt p6rt closed this as completed Oct 21, 2014
@p6rt
Copy link
Author

p6rt commented Oct 21, 2014

@usev6 - Status changed from 'new' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant