Kaiepi | anyone want an eval function for PufferBot? | 00:09 | |
AlexDaniel | Kaiepi: just run whateverable on freebsd? | 00:52 | |
like maybe committable and bisectable | 00:54 | ||
Kaiepi | what do they offer for features? | ||
AlexDaniel | committable6: wiki | ||
committable6 | AlexDaniel, github.com/perl6/whateverable/wiki/Committable | ||
Kaiepi | wait i could just look it up | 00:55 | |
AlexDaniel | it may be a bit difficult to set them up (mainly because nobody else ever needed to), but I can help | 00:59 | |
but I wonder if freebsd is different enough to need a evalbot? | |||
I actually don't know | |||
AlexDaniel is more interested to see an evalbot for big endian systems :) | 01:00 | ||
Kaiepi | got my freebsd vps is up. BeastieBot will be coming soon for testing rakudo | 04:30 | |
lizmat | afk for most of the day& | 07:39 | |
Geth | nqp: 5c8b1a4000 | pmurias++ | 7 files [js] Create (and install) source maps for cross compiled modules |
13:23 | |
nqp: ecb7a26e0c | (Zoffix Znet)++ | tools/build/MOAR_REVISION [MoarVM Bump] Brings 4 commits MoarVM bump brought: github.com/MoarVM/MoarVM/compare/2...9-g38eb2bd 38eb2bd [JIT] Add ishash template b8debb7 Merge pull request #810 from Kaiepi/dyncall 2269518 Fix typo in comment of unicode_ops.c 25677ae Panic when Dyncall fails to allocate native callbacks |
13:43 | ||
¦ nqp: version bump brought these changes: github.com/MoarVM/MoarVM/compare/2...9-g38eb2bd | |||
rakudo: 7b2de29b08 | (Zoffix Znet)++ | tools/build/NQP_REVISION [NQP Bump] Brings 20 commits NQP bump brought: github.com/perl6/nqp/compare/2018....3-gecb7a26 ecb7a26 [MoarVM Bump] Brings 4 commits 5c8b1a4 [js] Create (and install) source maps for cross compiled modules 868bd54 [JVM] Fix slurpies in conditional ops 12d2482 [JVM] Use sub needs_cond_passed for repeated tests ... (22 more lines) |
|||
¦ rakudo: version bump brought these changes: github.com/perl6/nqp/compare/2018....3-gecb7a26 | |||
Kaiepi | if anyone else here's running an os that doesn't get tested very often, i uploaded pufferbot to github and made it generic enough to configure and run github.com/Kaiepi/p6-RakudoBot | 14:19 | |
s/run/\1 on unix-like systems/ | 14:20 | ||
might add windows support eventually | |||
Geth | roast: dogbert17++ created pull request #401: Add test for RT #131887 |
14:28 | |
synopsebot | RT#131887 [open]: rt.perl.org/Ticket/Display.html?id=131887 [BUG] method freeze(Pair:D:) changes object identity | ||
Geth | rakudo: 355b2eb5ff | (Zoffix Znet)++ | src/core/io_operators.pm6 Do not thread `note` Since `say` shall not[^1] thread and `note` is just a `say` that outputs to STDERR instead of STDOUT, it shan't thread either for the same reasons (Junction.gist is a string, and so `say` should just output that string instead of special-casing anything) [1] irclog.perlgeek.de/perl6-dev/2018-...i_15864766 |
14:37 | |
roast: 6a8fc07878 | (Zoffix Znet)++ | S16-io/print.t Spec output routines' behaviour with Junctions Rakudo impl: github.com/rakudo/rakudo/commit/b62e0eb7a7 github.com/rakudo/rakudo/commit/07616effd1 github.com/rakudo/rakudo/commit/355b2eb5ff Ruling: irclog.perlgeek.de/perl6-dev/2018-...i_15864766 |
14:41 | ||
roast: 177ce4d52b | (Zoffix Znet)++ | S03-junctions/misc.t Spec Junction.gist/.Str/.perl |
|||
roast: d6fcda928c | (Jan-Olof Hendig)++ | S02-types/pair.t Add test for RT #131887 |
15:21 | ||
roast: d7d42d6c37 | (Zoffix Znet)++ (committed using GitHub Web editor) | S02-types/pair.t Merge pull request #401 from dogbert17/test-rt-131887 Add test for RT #131887 |
|||
synopsebot | RT#131887 [open]: rt.perl.org/Ticket/Display.html?id=131887 [BUG] method freeze(Pair:D:) changes object identity | ||
dogbert17 | Zoffix++ | 15:23 | |
Geth | 6.d-prep: ce7fab350a | (Zoffix Znet)++ (committed using GitHub Web editor) | TODO/FEATURES.md Slate Pair.freeze for removal Per github.com/rakudo/rakudo/commit/c2...463f48cb71 + my own reasons |
15:30 | |
rakudo: 5031dab3ac | (Zoffix Znet)++ | src/core/Pair.pm6 Fix Pair.clone Due to caching of .WHICH[^1] that was created for Pair.freeze fix, if we .clone a Pair after its .WHICH was called, we clone that cache as well, and end up with two different objects that `===` True: (my \p1 := foo => my $v = 42).WHICH; ... (7 more lines) |
15:53 | ||
roast: 0517d34bd9 | (Zoffix Znet)++ | S02-types/pair.t Test Pair.clone does not share .WHICH with orig Rakudo fix: github.com/rakudo/rakudo/commit/5031dab3ac |
|||
roast: 0d1a51868b | (Zoffix Znet)++ | S02-types/pair.t Revert "Test Pair.clone does not share .WHICH with orig" This reverts commit 0517d34bd942407eb6a9b225390013d3638c91c9. This accidentally overwrote (removed) code from previous commit |
15:54 | ||
roast: c9b39398a0 | (Zoffix Znet)++ | S02-types/pair.t Test Pair.clone does not share .WHICH with orig Rakudo fix: github.com/rakudo/rakudo/commit/5031dab3ac |
15:57 | ||
dogbert17 | m: (:this(3.5) :that(5.3)) | 16:12 | |
camelia | ===SORRY!=== Unknown QAST node type NQPMu |
||
tadzik | :o | 16:13 | |
dogbert17 | m: (:this(3.5), :that(5.3)) | 16:16 | |
camelia | WARNINGS for <tmp>: Useless use of ":that(5.3)" in sink context (lines 1, 1) Useless use of ":this(3.5)" in sink context (lines 1, 1) |
||
AlexDaniel | “But it being a Pull Request would involve me signing over my firstborn to github.” | 16:51 | |
O_o | |||
( rt.perl.org/Ticket/Display.html?id...xn-1381099 ) | 16:52 | ||
FWIW there are now many issues with 「testneeded」 tag: fail.rakudo.party/t/TESTNEEDED | 17:02 | ||
dogbert17++ | |||
ilmari | AlexDaniel: zefram is paranoid about "we can change the terms at any time" clauses in websites' terms and conditions | 17:08 | |
Geth | rakudo/coercer-fixes: 2043246b84 | (Zoffix Znet)++ | 3 files Stash coercer fixes Doesn't pass spectest; will take a look later |
||
AlexDaniel | well, I totally agree that using something we have no control of is less than awesome | ||
but RT is even worse if you account for everything | 17:09 | ||
and not submitting a PR *now* because terms may be changed later? Not sure I understand | 17:10 | ||
AlexDaniel deletes some spam | 17:11 | ||
stmuk_ | I think its possible to export issues from Github in case they ever went "sourceforge" | 19:12 | |
AlexDaniel | releasable6: status | 23:28 | |
releasable6 | AlexDaniel, Next release in 3 days and ≈19 hours. Blockers: github.com/rakudo/rakudo/issues?q=...%9A%A0%22. Changelog for this release was not started yet | ||
AlexDaniel, Details: gist.github.com/44af0c7a6c35e90294...d8933a8093 |