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.
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
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