BenGoldberg | m: use NativeCall; sub foo(-->int32) { say 'Muhahahaha' }; sub memcpy( &cb (-->int32), Str, int32 --> Pointer ) is native {...}; my $p = memcpy( &foo, "", 0 ); my $c = nativecast( :(-->int32), $p ); $c(); | 04:01 | |
camelia | Muhahahaha | ||
lizmat | Files=1207, Tests=62760, 219 wallclock secs (13.27 usr 5.00 sys + 1327.98 cusr 133.91 csys = 1480.16 CPU) | 08:22 | |
[Tux] | This is Rakudo version 2017.06-61-g10f840fcf built on MoarVM version 2017.06-14-g888b33d1 | 08:42 | |
csv-ip5xs 2.697 | |||
test 12.615 | |||
test-t 4.025 - 4.028 | |||
csv-parser 12.778 | |||
Geth | rakudo/nom: 9d14a72486 | (Elizabeth Mattijsen)++ | src/core/Rakudo/QuantHash.pm Add several worker methods for (-) - SUB-BAG-FROM-BAG - SUB-MIX-FROM-MIX - DIFFERENCE-BAGGIES - DIFFERENCE-MIXIES |
09:59 | |
rakudo/nom: 2a88c20c92 | (Elizabeth Mattijsen)++ | src/core/set_operators.pm Make Baggy (-) Baggy about 100x faster - based on a 1000 element Bag / Mix |
10:07 | ||
MasterDuke | first output from coverable, any suggestions? gist.github.com/09ff8aa7ac91a8325a...4ac5f0c404 | 12:16 | |
lollercopter | FWIW getting failures in t/spec/S03-operators/mix.t | 16:55 | |
A failure. gist.github.com/zoffixznet/d592e8b...288ba74147 | 16:56 | ||
Geth | rakudo/nom: fe7ea124cd | (Zoffix Znet)++ | src/Perl6/Grammar.nqp Fix crash on dotless version literals given to `use` Bug find: irclog.perlgeek.de/perl6/2017-06-24#i_14781849 |
||
roast: 04b5e3925f | (Zoffix Znet)++ | S02-types/version.t Remove trailing whitespace |
16:57 | ||
roast: 4d2b5a5b5f | (Zoffix Znet)++ | S02-types/version.t Test dotless version literal can be used in `use` Bug find: irclog.perlgeek.de/perl6/2017-06-24#i_14781849 Rakudo fix: github.com/rakudo/rakudo/commit/fe7ea124cd |
17:00 | ||
dogbert17 | m: say "properly".match(/p.../) | 17:20 | |
camelia | 「prop」 | ||
dogbert17 | commit: 2016.06 say "properly".match(/p.../) | 17:21 | |
committable6 | dogbert17, ¦2016.06: «「prop」» | ||
BenGoldberg | m: use NativeCall; sub puts(Str(Cool)) {...}; quietly { trait_mod:<is>(&puts, :native) }; puts(42); | 17:33 | |
camelia | Unknown type Cool used in native call. If you want to pass a struct, be sure to use the CStruct or CPPStruct representation. If you want to pass an array, be sure to use the CArray type. in sub type_code_for at /home/camelia/rakudo-m-inst-1/sha… |