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 doing xor= in Rakudo #1982

Closed
p6rt opened this issue Jul 30, 2010 · 6 comments
Closed

Null PMC access when doing xor= in Rakudo #1982

p6rt opened this issue Jul 30, 2010 · 6 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 30, 2010

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

Searchable as RT76820$

@p6rt
Copy link
Author

p6rt commented Jul 30, 2010

From @masak

<masak> rakudo​: my $foo = 1; $foo xor= 1; say $foo
<p6eval> rakudo 50e0e7​: OUTPUT«Null PMC access in invoke()
* masak submits rakudobug
<masak> rakudo​: my $foo = 1; $foo xor= 1
<p6eval> rakudo 50e0e7​: OUTPUT«Null PMC access in invoke()

The C<and=> and C<or=> variants seem to work fine.

@p6rt
Copy link
Author

p6rt commented Jul 30, 2010

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Sep 14, 2010

From @masak

<thundergnat> rakudo​: my $x; $x ^^= 1; say $x;
<p6eval> rakudo 51e3ff​: OUTPUT«Null PMC access in invoke()␤ in main
program body at line 1␤»
<masak> whoa there!
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Jan 24, 2011

From @Kodiologist

Actually, ^^= and xor= are currently broken for all lvalues, so I'm
merging this into the ticket for xor=.

@p6rt
Copy link
Author

p6rt commented Jan 27, 2011

From @Kodiologist

Fixed in 549d2a9; tests in S03-operators/assign.t (roast 748c769).

@p6rt
Copy link
Author

p6rt commented Jan 27, 2011

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

@p6rt p6rt closed this as completed Jan 27, 2011
@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