Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm Set by Zoffix on 27 July 2018. |
|||||||||||||||||||||||||||||||||||||||
00:58
dct left
01:48
lizmat left
02:03
lizmat joined,
p6bannerbot sets mode: +v lizmat
09:13
[Tux] left
09:18
[Tux] joined
09:19
p6bannerbot sets mode: +v [Tux]
09:22
lizmat left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | R#2567 R#2564 R#2563 | 12:25 | |||||||||||||||||||||||||||||||||||||
synopsebot | R#2567 [open]: github.com/rakudo/rakudo/issues/2567 [⚠ blocker ⚠] Non-zero wait status: 11 in testt | ||||||||||||||||||||||||||||||||||||||
R#2564 [open]: github.com/rakudo/rakudo/issues/2564 [⚠ blocker ⚠] "Cannot invoke this object (REPR: Null; VMNull)" in t/04-nativecall/06-struct.t on mipsel | |||||||||||||||||||||||||||||||||||||||
R#2563 [open]: github.com/rakudo/rakudo/issues/2563 [⚠ blocker ⚠] "Cannot declare pseudo-package GLOBAL" on mips | |||||||||||||||||||||||||||||||||||||||
12:41
lizmat joined,
p6bannerbot sets mode: +v lizmat
|
|||||||||||||||||||||||||||||||||||||||
lizmat | Files=1262, Tests=87960, 366 wallclock secs (20.04 usr 6.26 sys + 2614.14 cusr 223.98 csys = 2864.42 CPU) | 12:52 | |||||||||||||||||||||||||||||||||||||
m: dd Buf[uint8].HOW.^name # why isn't that a Perl6::Metamodel::ParametricRoleHOW ? | 13:43 | ||||||||||||||||||||||||||||||||||||||
camelia | "Perl6::Metamodel::CurriedRoleHOW" | ||||||||||||||||||||||||||||||||||||||
lizmat | I mean, "uint8" is completely known ? | 13:45 | |||||||||||||||||||||||||||||||||||||
Geth | rakudo: 6392634ffb | (Elizabeth Mattijsen)++ | 3 files Shortcut some []'s to nqp ops |
14:03 | |||||||||||||||||||||||||||||||||||||
nqp/master: 4 commits pushed by (Paweł Murias)++ | 14:10 | ||||||||||||||||||||||||||||||||||||||
rakudo: 5540212cfc | (Elizabeth Mattijsen)++ | 10 files Turn a lot of stuff into constants So we don't have to do this at each startup |
14:32 | ||||||||||||||||||||||||||||||||||||||
rakudo: 7d3b7e1111 | (Elizabeth Mattijsen)++ | src/core/CompUnit/RepositoryRegistry.pm6 Streamline short-id2class handling |
15:31 | ||||||||||||||||||||||||||||||||||||||
rakudo: 2d704af4ea | (Elizabeth Mattijsen)++ | src/core/Failure.pm6 Streamline Failure.defined/Bool a bit |
15:56 | ||||||||||||||||||||||||||||||||||||||
16:36
lizmat left
16:44
travis-ci joined,
p6bannerbot sets mode: +v travis-ci
|
|||||||||||||||||||||||||||||||||||||||
travis-ci | Rakudo build errored. Elizabeth Mattijsen 'Streamline Failure.defined/Bool a bit' | 16:44 | |||||||||||||||||||||||||||||||||||||
travis-ci.org/rakudo/rakudo/builds/472376029 github.com/rakudo/rakudo/compare/7...704af4ea46 | |||||||||||||||||||||||||||||||||||||||
16:44
travis-ci left
|
|||||||||||||||||||||||||||||||||||||||
buggable | [travis build above] ☠ Did not recognize some failures. Check results manually. | 16:44 | |||||||||||||||||||||||||||||||||||||
17:15
TimToady left
17:20
TimToady joined
17:21
p6bannerbot sets mode: +v TimToady
17:28
lizmat joined,
p6bannerbot sets mode: +v lizmat
|
|||||||||||||||||||||||||||||||||||||||
Geth | nqp: d0c33ea9ad | (Paweł Murias)++ | t/moar/13-writeint.t Skip some 64bit tests on 32bit platforms |
19:18 | |||||||||||||||||||||||||||||||||||||
[Tux] |
|
20:12 | |||||||||||||||||||||||||||||||||||||
lizmat | m: say ().defined | 22:07 | |||||||||||||||||||||||||||||||||||||
camelia | True | ||||||||||||||||||||||||||||||||||||||
lizmat | m: say List.new.defined | ||||||||||||||||||||||||||||||||||||||
camelia | True | ||||||||||||||||||||||||||||||||||||||
lizmat | m: dd Empty.defined | 22:13 | |||||||||||||||||||||||||||||||||||||
camelia | Bool::False | ||||||||||||||||||||||||||||||||||||||
lizmat | m: dd Slip.new.defined | ||||||||||||||||||||||||||||||||||||||
camelia | Bool::False | ||||||||||||||||||||||||||||||||||||||
lizmat | hmmm... is that some subtle intentional difference between List and Slip ? | ||||||||||||||||||||||||||||||||||||||
Geth | rakudo: 1611795d52 | (Elizabeth Mattijsen)++ | 4 files Streamline .defined - remove todo for Failure.defined - use a multi from Mu.defined - simplify Failure.defined - give Slip.defined a shortcut (.so calls .Bool so why not call .Bool directly) |
22:36 | |||||||||||||||||||||||||||||||||||||
lizmat | afk again& |