-
Notifications
You must be signed in to change notification settings - Fork 1
temp %*ENV bug #4676
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
Comments
From @skaji
|
From @lizmatFixed with b0b2489a2cff7b56d61e8e , tests needed!
|
The RT System itself - Status changed from 'new' to 'open' |
From @skajiThank you for your quick fix! It works, but a warning is emitted. $ perl6 -e '{ temp %*ENV<FOO> = "1" }; { temp %*ENV<BAR> = "1"; run "ls" }' 2015-10-25 23:32 GMT+09:00 Elizabeth Mattijsen via RT
|
From @LLFournI managed to golf this a bit: perl6 -e '{ temp %*ENV<FOO> = "1" }; say %*ENV<FOO>:exists # True That should be False IMO. The value at <FOO> isn't 1, looks like Any from But this warning is not just caused by this example it's all over the place: https://rt.perl.org/Public/Bug/Display.html?id=126880 in #126880 it's caused by "RAKUDO_PRECOMP_DIST" key in ENV seemingly On Tue, Oct 27, 2015 at 2:24 AM Shoichi Kaji <skaji@outlook.com> wrote:
|
From @LLFourntests for the general case of { temp %hash<key-doesnt-exist> = 42 } On Sat, Dec 12, 2015 at 9:07 PM Lloyd Fournier <lloyd.fourn@gmail.com>
|
From @zoffixznetSince the issue evolved a couple of times since this ticket was originally created, it's a bit hard to follow what is still outstanding. I separated the currently still-buggy part into a separate ticket: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128544 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#126447 (status was 'resolved')
Searchable as RT126447$
The text was updated successfully, but these errors were encountered: