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

constant arrays composed via [] loose values after to-pir-compilation #3206

Closed
p6rt opened this issue Aug 13, 2013 · 5 comments
Closed

constant arrays composed via [] loose values after to-pir-compilation #3206

p6rt opened this issue Aug 13, 2013 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 13, 2013

Migrated from rt.perl.org#119267 (status was 'rejected')

Searchable as RT119267$

@p6rt
Copy link
Author

p6rt commented Aug 13, 2013

From felix@herrmann-koenigsberg.de

Shell commands to reproduce​:

felher %> nom --version
This is perl6 version 2013.07-203-g42a37a0 built on parrot 5.5.0 revision RELEASE_5_5_0
felher %> echo 'constant $a = [1,2,3]; say $a.perl;' > T.pm
felher %> nom --output=T.pir --target=pir T.pm
felher %> nom -e "use lib '.'; use T;"
[]

Expected output​: '[1,2,3]' instead of '[]'

@p6rt
Copy link
Author

p6rt commented Aug 13, 2013

From @FROGGS

Same on my box​:

echo 'constant $a = [1,2,3]; say $a.perl;' > T.pm

perl6 -e 'use lib "."; use T'
[1, 2, 3]

perl6 --output=T.pir --target=pir T.pm

perl6 -e 'use lib "."; use T'
[]

@p6rt
Copy link
Author

p6rt commented Aug 13, 2013

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

@p6rt
Copy link
Author

p6rt commented Feb 27, 2015

From @usev6

Since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing this "parrot only" ticket.

I added the ticket to a list of closed ticket living in the Mu repository​: https://github.com/perl6/mu/blob/master/misc/rt.perl.org/tickets_closed_parrot_only.txt.

In case support for Parrot will be restored in some future release the listed tickets can be checked and re-opened as appropriate.

@p6rt
Copy link
Author

p6rt commented Feb 27, 2015

@usev6 - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed Feb 27, 2015
@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