Re: t/pmc/perlhash.t#20 failed
Luke Palmer wrote: And as I look at the code for that test: It looks bogus. Is a PerlHash supposed to accept an integer as a key? AFAIK yes. The test output to this one is: 4 Four is 0 Yep. See #31128 leo
t/pmc/perlhash.t#20 failed
And as I look at the code for that test: output_is(<< 'CODE', << 'OUTPUT', "Getting PMCs from string;int compound keys"); new P0, .PerlHash new P1, .PerlHash new P2, .PerlInt set P2, 4 set P1[9], P2 set I0, P1[9] print I0 print "\n" set P0["a"], P1 set I0, P