-
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
“ctxlexpad needs an MVMContext” when reaching too far out to get to the truth in Rakudo #3222
Comments
From @masak<diakopter> r: $OUTER::OUTER::OUTER::OUTER::OUTER::OUTER::True So six OUTER:: thingies cause a Null PMC access, whereas five don't. |
From @lizmatOn Aug 29, 2013, at 11:31 PM, Carl Mäsak (via RT) <perl6-bugs-followup@perl.org> wrote:
That's in the REPL, as a one liner, 4 OUTER's crash, 3 don't $ perl6 -e '$OUTER::OUTER::OUTER::OUTER::True' $ perl6 -e '$OUTER::OUTER::OUTER::True' Liz |
The RT System itself - Status changed from 'new' to 'open' |
From @hoelzroExample: constant @SOMETHING = OUTER::OUTER::.keys(); Results in the following error message: ===SORRY!=== |
From @usev6This looks very similiar to Ticket #119521: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=119521 On Parrot we get a Null PMC access error with the same error message as in #119521: $ perl6-p -e 'constant @SOMETHING = OUTER::OUTER::.keys();' If no one objects, I'm going to merge both tickets. |
The RT System itself - Status changed from 'new' to 'open' |
From @AlexDanielStill reproducible (2017.11, HEAD(5929887)) on MoarVM. Code: Result: |
From @AlexDaniellizmat:
ï½¢testneededï½£ On 2017-12-02 04:06:41, alex.jakimenko@gmail.com wrote:
|
From @zoffixznetOn Sat, 02 Dec 2017 15:36:40 -0800, alex.jakimenko@gmail.com wrote:
The problem still existed in CALLER::, CALLERS::, and SETTING:: Fixed in rakudo/rakudo@a82e0e7da5 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#119521 (status was 'resolved')
Searchable as RT119521$
The text was updated successfully, but these errors were encountered: