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

'::' in classes in a namespace reported as ';' in Rakudo #2021

Closed
p6rt opened this issue Aug 5, 2010 · 5 comments
Closed

'::' in classes in a namespace reported as ';' in Rakudo #2021

p6rt opened this issue Aug 5, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 5, 2010

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

Searchable as RT77024$

@p6rt
Copy link
Author

p6rt commented Aug 5, 2010

From @masak

<ash_> rakudo​: class Foo​::Bar {}; say Foo​::Bar.new.perl; # Oh, btw is
that ; correct?
<p6eval> rakudo 19931f​: OUTPUT«Foo;Bar.new()␤»
<masak> no :/
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Aug 20, 2010

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

@p6rt
Copy link
Author

p6rt commented Sep 11, 2010

From @moritz

23​:13 < moritz_> rakudo​: class A​::B { has $.x = 3 }; say A​::B.new(x =>
1).perl
23​:13 <+p6eval> rakudo 8669d7​: OUTPUT«A;B.new(x => 1)␤»

should be A​::B.new..., not A;B.new...

@p6rt
Copy link
Author

p6rt commented Apr 20, 2012

From @jnthn

On Sat Sep 11 14​:15​:12 2010, moritz wrote​:

23​:13 < moritz_> rakudo​: class A​::B { has $.x = 3 }; say A​::B.new(x =>
1).perl
23​:13 <+p6eval> rakudo 8669d7​: OUTPUT«A;B.new(x => 1)␤»

should be A​::B.new..., not A;B.new...

Works fine these days​:

class A​::B { has $.x = 3 }; say A​::B.new(x => 1).perl
A​::B.new(x => 1)

Thanks,

/jnthn

@p6rt
Copy link
Author

p6rt commented Apr 20, 2012

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

@p6rt p6rt closed this as completed Apr 20, 2012
@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