On Tue Jun 08 06:03:24 2010, masak wrote: > <masak> rakudo: say [mod] 100, 99, 88, 77, 66, 55, 44 > <p6eval> rakudo 34c1ba: OUTPUT«===SORRY!===Could not find sub > &infix:<mod>» > <masak> huh?<colomon> huh. > <masak> rakudo: say 100 mod 99 > <p6eval> rakudo 34c1ba: OUTPUT«1» > * masak submits rakudobug > <colomon> rakudo: say [div] 100, 99, 88, 77, 66, 55, 4 > <p6eval> rakudo 34c1ba: OUTPUT«0» > <colomon> something wrong with the ordering of .pm files in the build, > maybe? > <moritz_> colomon: is it 'our' multi infix:<mod>? > <colomon> maybe it's the our, that's the only difference I see from > div
It works: 23:38 <@jnthn> rakudo: say [mod] 100, 99, 88, 77, 66, 55, 44 23:38 <+p6eval> rakudo a54677: OUTPUT«1» And colomon++ wrote tests. So, closing. Thanks, Jonathan
