-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can't store whole 1&2 junctions in Mu-keyed hash in Rakudo #4401
Comments
From @masak<jnthn> my %h{Mu}; # now you can store objects as keys |
From @lizmat
Some more tests: So, assuming AT-KEY is doing the right thing, and looking at the circumfix {} code: multi sub postcircumfix:<{ }>( \SELF, \key ) is rw { Since we bind the key value to what is being passed to AT-KEY, and AT-KEY is doing the right thing, I can only assume there is something screwy going on with “is rw”. And that is going right into the bowels, and I’m out of my league :-) Hope this helps. Liz |
The RT System itself - Status changed from 'new' to 'open' |
From @AlexDanielStill reproducible (2017.11, HEAD(5929887)) On 2015-07-14 22:32:47, elizabeth wrote:
|
From @zoffixznetOn Tue, 14 Jul 2015 22:32:47 -0700, elizabeth wrote:
I managed to fix[^1] this, though almost immediately using Junctions as keys caused I aborted spectest when multiple failures occurred; not due to my fix, but rather due [1] rakudo/rakudo@a5cf61c |
Migrated from rt.perl.org#125614 (status was 'open')
Searchable as RT125614$
The text was updated successfully, but these errors were encountered: