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

Null PMC access when binding hash slice in Rakudo #2612

Closed
p6rt opened this issue Jan 13, 2012 · 3 comments
Closed

Null PMC access when binding hash slice in Rakudo #2612

p6rt opened this issue Jan 13, 2012 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jan 13, 2012

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

Searchable as RT108160$

@p6rt
Copy link
Author

p6rt commented Jan 13, 2012

From @masak

<kboga> nom​: my %hash = Crow => 'bar', Bar => 'crow'; %hash{<Crow Bar>} := 'a';
<p6eval> nom 45c44b​: OUTPUT«Null PMC access in get_pmc_keyed_str()␤
in method postcircumfix​:<{ }> [...]
<kboga> I believe this needs another way to die? :)
<moritz> it does
<kboga> rakudo/rakudo@f133a3bab3
<kboga> there's a ! in front of BIND, that shouldn't be there i believe
<moritz> yes, looks like it
<moritz> I'll fix that after I'm done with some other tests
<moritz> ERAKUDOCOMPILETOOSLOW
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jan 13, 2012

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

@p6rt p6rt closed this as completed Jan 13, 2012
@p6rt
Copy link
Author

p6rt commented Jan 13, 2012

From @moritz

Fixed now, and tested in S03-operators/binding-hashes.t

Am 13.01.2012 15​:50, schrieb Carl MXXsak (via RT)​:

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

<kboga> nom​: my %hash = Crow => 'bar', Bar => 'crow'; %hash{<Crow Bar>} := 'a';
<p6eval> nom 45c44b​: OUTPUT«Null PMC access in get_pmc_keyed_str()␤
in method postcircumfix​:<{ }> [...]
<kboga> I believe this needs another way to die? :)
<moritz> it does
<kboga> rakudo/rakudo@f133a3bab3
<kboga> there's a ! in front of BIND, that shouldn't be there i believe
<moritz> yes, looks like it
<moritz> I'll fix that after I'm done with some other tests
<moritz> ERAKUDOCOMPILETOOSLOW
* masak submits rakudobug

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant