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

perl -e does not populate @*ARGS #589

Closed
p6rt opened this issue Jan 6, 2009 · 7 comments
Closed

perl -e does not populate @*ARGS #589

p6rt opened this issue Jan 6, 2009 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Jan 6, 2009

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

Searchable as RT62030$

@p6rt
Copy link
Author

p6rt commented Jan 6, 2009

From @mberends

Up until about mid December 2008, the Rakudo perl6 -e copied
its command line arguments into @​*ARGS. Sorry, revision
number unknown. At the end of December, perl6 -e was
ignoring command line arguments. This feature is probably
untested. For example​:

perl6 -e 'say @​*ARGS' a b c # should say abc

@p6rt
Copy link
Author

p6rt commented Jan 7, 2009

From @mberends

I have bisected to r34090 (December 18th) as the start of this problem.

@p6rt
Copy link
Author

p6rt commented Jan 7, 2009

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

@p6rt
Copy link
Author

p6rt commented Jan 7, 2009

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

@p6rt
Copy link
Author

p6rt commented Jan 11, 2009

From @pmichaud

On Tue Jan 06 15​:04​:36 2009, mberends wrote​:

Up until about mid December 2008, the Rakudo perl6 -e copied
its command line arguments into @​*ARGS. Sorry, revision
number unknown. At the end of December, perl6 -e was
ignoring command line arguments. This feature is probably
untested. For example​:

perl6 -e 'say @​*ARGS' a b c # should say abc

Now fixed in r35418​:

  $ ./parrot perl6.pbc -e 'say @​*ARGS' a b c
  abc

I'm not sure how we would test this easily at the moment, and command
line processing is going to be a part of the upcoming S19, so I'm
marking this ticket resolved for now.

Thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Jan 11, 2009

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

@p6rt
Copy link
Author

p6rt commented Jan 11, 2009

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

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