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

Stubbing does not work for multi-joined namespaces #2563

Closed
p6rt opened this issue Nov 28, 2011 · 5 comments
Closed

Stubbing does not work for multi-joined namespaces #2563

p6rt opened this issue Nov 28, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Nov 28, 2011

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

Searchable as RT104760$

@p6rt
Copy link
Author

p6rt commented Nov 28, 2011

From @moritz

11​:41 < moritz> nom​: class X​::Foo { ... }; class X​::Foo { }
11​:41 <+p6eval> nom 2154eb​: OUTPUT«===SORRY!===␤The following packages
were stubbed but not defined​:␤ X​::Foo␤␤»
11​:42 < moritz> jnthn​: ^^ that one is blocking me on the exceptions stuff

(The actual case that interests me is with lexical classes).

@p6rt
Copy link
Author

p6rt commented Dec 1, 2011

From @moritz

11​:52 < masak> nom​: my class A​::B { ... }; my class A​::B {}
11​:52 <+p6eval> nom 8c7089​: OUTPUT«===SORRY!===␤The following packages
were stubbed but not defined​:␤ A​::B␤␤»
11​:52 < masak> nom​: my class A { ... }; my class A {}
11​:52 <+p6eval> nom 8c7089​: ( no output )
11​:52 < jnthn> nom​: class A​::B { ... }; class A​::B {}
11​:52 <+p6eval> nom 8c7089​: ( no output )
11​:53 < masak> so, necessary components​: 'my', and '​::'

@p6rt
Copy link
Author

p6rt commented Dec 1, 2011

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

@p6rt
Copy link
Author

p6rt commented Dec 1, 2011

From @moritz

Fixed now, and tested in S10-packages/joined-namespaces.t

@p6rt
Copy link
Author

p6rt commented Dec 1, 2011

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

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