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

dir() exposes Parrot strings in Rakudo #2285

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

dir() exposes Parrot strings in Rakudo #2285

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

Comments

@p6rt
Copy link

p6rt commented Dec 5, 2010

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

Searchable as RT80252$

@p6rt
Copy link
Author

p6rt commented Dec 5, 2010

From @masak

<masak> rakudo​: say "foo".PARROT; say dir()[0].PARROT
<p6eval> rakudo : OUTPUT«Str␤Operation not permitted in safe mode␤ [...]
<masak> locally, "Str\nString\n"
* masak submits rakudobug
<masak> uasi++ on Twitter

http://twitter.com/uasi/status/11461149375602690

@p6rt
Copy link
Author

p6rt commented Jan 31, 2011

From @coke

On Sun Dec 05 11​:47​:45 2010, masak wrote​:

<masak> rakudo​: say "foo".PARROT; say dir()[0].PARROT
<p6eval> rakudo : OUTPUT«Str␤Operation not permitted in safe mode␤ [...]
<masak> locally, "Str\nString\n"
* masak submits rakudobug
<masak> uasi++ on Twitter

http://twitter.com/uasi/status/11461149375602690

I'm not able to duplicate this now​:

$ perl6 -e" say dir()>>.PARROT"
StrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrStrS
trStrStr

Needs tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jan 31, 2011

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

@p6rt
Copy link
Author

p6rt commented Jan 31, 2011

From @moritz

I fixed it in bdbf3f4669590a47c3a9e41b3d2654768499c132, but forgot to
mention it here. Sorry.

Now tested in S32-io/dir.t

@p6rt
Copy link
Author

p6rt commented Jan 31, 2011

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

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