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

Strange error when defining a class after 'use' in Rakudo #1642

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

Strange error when defining a class after 'use' in Rakudo #1642

p6rt opened this issue Mar 30, 2010 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 30, 2010

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

Searchable as RT73910$

@p6rt
Copy link
Author

p6rt commented Mar 30, 2010

From @masak

This be Rakudo 534afd8 on Parrot r45304.

$ echo 'say "OH HAI";' > A.pm

$ perl6 -e 'use A; class B {}'
OH HAI
Method 'loadinit' not found for invocant of class 'Undef'
[...]

@p6rt
Copy link
Author

p6rt commented Jun 18, 2010

From @masak

This seems to have been fixed by now; can't reproduce the error locally.

@p6rt
Copy link
Author

p6rt commented Jun 18, 2010

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

@p6rt
Copy link
Author

p6rt commented Sep 20, 2011

From @coke

On Fri Jun 18 07​:25​:04 2010, masak wrote​:

This seems to have been fixed by now; can't reproduce the error locally.

/still/ fixed. needs tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 22, 2013

From @coke

On Mon Sep 19 21​:30​:03 2011, coke wrote​:

On Fri Jun 18 07​:25​:04 2010, masak wrote​:

This seems to have been fixed by now; can't reproduce the error locally.

/still/ fixed. needs tests.

... marking testneeded. (still working)

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 9, 2013

From @FROGGS

Test​: Raku/roast@dd282b8275

@p6rt
Copy link
Author

p6rt commented Nov 9, 2013

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

@p6rt p6rt closed this as completed Nov 9, 2013
@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