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

Augmenting class with inner class fails #5775

Closed
p6rt opened this issue Oct 26, 2016 · 4 comments
Closed

Augmenting class with inner class fails #5775

p6rt opened this issue Oct 26, 2016 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Oct 26, 2016

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

Searchable as RT129968$

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

From @lizmat

<lizmat> m​: class A { class B {} }; use MONKEY; augment class A { class B { } } # buglet ?
<camelia> rakudo-moar 4829f1​: OUTPUT«===SORRY!===␤Could not locate compile-time value for symbol B␤»
<lizmat> or at least LTA error ?
<jnthn> No idea what it thinks it's doing there :)
<lizmat> rakudobug it to be sure ?
<jnthn> Sure, something's going on

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

From @jnthn

On Wed Oct 26 03​:29​:14 2016, elizabeth wrote​:

<lizmat> m​: class A { class B {} }; use MONKEY; augment class A
{ class B { } } # buglet ?
<camelia> rakudo-moar 4829f1​: OUTPUT«===SORRY!===␤Could not
locate compile-time value for symbol B␤»
<lizmat> or at least LTA error ?
<jnthn> No idea what it thinks it's doing there :)
<lizmat> rakudobug it to be sure ?
<jnthn> Sure, something's going on

Was an error-reporting bug; fixed and tests added in S32-exceptions/misc.t.

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

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

@p6rt
Copy link
Author

p6rt commented Oct 26, 2016

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

@p6rt p6rt closed this as completed Oct 26, 2016
@p6rt p6rt added the oo 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