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

Can't construct a colonpair with a a private attribute #1641

Closed
p6rt opened this issue Mar 30, 2010 · 4 comments
Closed

Can't construct a colonpair with a a private attribute #1641

p6rt opened this issue Mar 30, 2010 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Mar 30, 2010

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

Searchable as RT73908$

@p6rt
Copy link
Author

p6rt commented Mar 30, 2010

From @moritz

12​:35 <@​moritz_> rakudo​: class A { has $!g; method foo { self.bar(​:$!g) } };
12​:35 < p6eval> rakudo 534afd​: OUTPUT«Symbol '$!g' not predeclared in
  foo␤current instr.​: 'perl6;PCT;HLLCompiler;panic' pc 152
  (compilers/pct/src/PCT/HLLCompiler.pir​:108)␤»

The auld Rakudo understood that - and it should.

@p6rt
Copy link
Author

p6rt commented Jun 12, 2010

From @jnthn

On Tue Mar 30 03​:38​:25 2010, moritz wrote​:

12​:35 <@​moritz_> rakudo​: class A { has $!g; method foo {
self.bar(​:$!g) } };
12​:35 < p6eval> rakudo 534afd​: OUTPUT«Symbol '$!g' not predeclared in
foo␤current instr.​: 'perl6;PCT;HLLCompiler;panic' pc 152
(compilers/pct/src/PCT/HLLCompiler.pir​:108)␤»

The auld Rakudo understood that - and it should.

This is now fixed and tested thanks to (Vyacheslav Matjukhin)++.
Resolving ticket.

Thanks,

Jonathan

@p6rt
Copy link
Author

p6rt commented Jun 12, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 12, 2010

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

@p6rt p6rt closed this as completed Jun 12, 2010
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