01:49 ilbot3 joined 03:55 AlexDaniel joined
AlexDaniel . 03:56
yoleaux 15 Jul 2017 21:48Z <Zoffix> AlexDaniel: For release stuff, there are these docs and posts github.com/rakudo/rakudo/blob/nom/...tomated.md rakudo.party/post/Perl6-Fail-Relea...er-Goodies
15 Jul 2017 21:51Z <Zoffix> AlexDaniel: if you wanted to run the bot on your own system, would be good to practice with test repos. I recall it being a PITA to get it going due to stuff that needs to be installed (the rakudo.party post should detail it). Bot's repo is github.com/zoffixznet/na and perl6.fail repo is in github.com/zoffixznet/r6 On perl6.fail you can go to perl6.fail/release/stats and it'll
15 Jul 2017 21:51Z <Zoffix> AlexDaniel: tell you which commits aren't in chagnelog yet. After you write them down, click on the question mark button to mark them as logged. Same for tickets.
05:39 AlexDaniel joined 06:38 domidumont joined 06:46 domidumont joined 07:45 lizmat joined 08:32 Ven joined 08:58 Ven_ joined 09:46 lizmat joined 09:56 Ven joined 10:16 Ven_ joined 10:39 Ven_ joined 10:46 lizmat joined 12:33 domidumont joined 13:50 zakharyas joined 16:18 stmuk joined 16:43 zakharyas joined 16:51 AlexDaniel joined 18:06 domidumont joined
MasterDuke i don't remember, how do i tell what op is causing a routine to not be JITted? 19:23
i have a jit log with BAILs in it, but am not sure which are to blame 19:24
20:15 lizmat joined
timotimo you have to search through for the name of the frame and then walk downwards until you see a BAIL or a new frame being created, MasterDuke 21:30
jnthn That or find the BAIL and walk upwards :) 21:52
timotimo right 21:56
you can grep -v the lines about appending ops and the other ones 21:57
that makes it much easier to see
22:23 zostay joined