-
Notifications
You must be signed in to change notification settings - Fork 1
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
A andthen B orelse C orelse D leaks some internal Block #6085
Comments
From @LLFournnote (Nil andthen "foo" orelse Nil orelse "bar"); see the previously fixed: |
From @dwarringOn Thu, 16 Feb 2017 19:44:47 -0800, lloyd.fourn@gmail.com wrote:
09:38] <dwarring> r: my $r := do 42 with Nil; say $r.perl; |
The RT System itself - Status changed from 'new' to 'open' |
From @usev6On Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote:
Just a short comment on this: Camelia runs on an older commit (fb4f16 is from 2017-01-03). On HEAD r-j returns 'Empty' as well: $ ./perl6-j 'my $r := do 42 with Nil; say $r.perl;' $ ./perl6-j --version |
From @zoffixznetThought a bit more on this one and I think it should actually be possible to remove all the "heuristics" and detect the Empty from previous ops directly via nqp::p6argvmarray op. Will hack up a solution, when I get a chance. |
From @zoffixznetOn Fri, 17 Feb 2017 12:41:12 -0800, david.warring wrote:
Thank you for the report. This is now fixed. OP's Issue: dwarring's Issue in comments: |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#130798 (status was 'resolved')
Searchable as RT130798$
The text was updated successfully, but these errors were encountered: