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

Implement %*ENV #130

Closed
p6rt opened this issue Jun 15, 2008 · 8 comments
Closed

Implement %*ENV #130

p6rt opened this issue Jun 15, 2008 · 8 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 15, 2008

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

Searchable as RT55840$

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

From @pmichaud

%*ENV was requested on PerlMonks -- see
http://www.perlmonks.org/?node_id=692090 .

Pm

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

From @jnthn

Patrick R. Michaud (via RT) wrote​:

%*ENV was requested on PerlMonks -- see
http://www.perlmonks.org/?node_id=692090 .

r28377 should do enough to let them do CGI - I or @​other needs to look
into why iteration doesn't work, and I haven't tested modifying the
environment with this yet.

Hope this helps,

Jonathan

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

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

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

From @pmichaud

On Sun, Jun 15, 2008 at 05​:09​:49AM -0700, Jonathan Worthington via RT wrote​:

Patrick R. Michaud (via RT) wrote​:

%*ENV was requested on PerlMonks -- see
http://www.perlmonks.org/?node_id=692090 .

r28377 should do enough to let them do CGI - I or @​other needs to look
into why iteration doesn't work, and I haven't tested modifying the
environment with this yet.

You and I implemented at the same time. I've refactored %*ENV
and the other globals into a separate src/builtins/globals.pir
file, as I think they really need to happen _before_ main
(i.e., whenever the perl6.pbc module is loaded).

Thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

From @pmichaud

[resending to perl6-compiler]

On Sun, Jun 15, 2008 at 05​:09​:49AM -0700, Jonathan Worthington via RT wrote​:

Patrick R. Michaud (via RT) wrote​:

%*ENV was requested on PerlMonks -- see
http://www.perlmonks.org/?node_id=692090 .

r28377 should do enough to let them do CGI - I or @​other needs to look
into why iteration doesn't work, and I haven't tested modifying the
environment with this yet.

You and I implemented at the same time. I've refactored %*ENV
and the other globals into a separate src/builtins/globals.pir
file, as I think they really need to happen _before_ main
(i.e., whenever the perl6.pbc module is loaded).

Thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

From @pmichaud

Resolved in r28378.

Pm

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

From @pmichaud

Resolved in r28378.

Pm

@p6rt
Copy link
Author

p6rt commented Jun 15, 2008

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

@p6rt p6rt closed this as completed Jun 15, 2008
@p6rt p6rt added the Todo 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