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.
[Tux] Rakudo version 2019.07.1-108-gbc45af3b8 - MoarVM version 2019.07.1-70-gb3469f926
csv-ip5xs0.682 - 0.694
csv-ip5xs-205.232 - 5.387
csv-parser23.915 - 26.163
csv-test-xs-200.448 - 0.458
test7.093 - 7.852
test-t1.803 - 1.979
test-t --race0.808 - 0.963
test-t-2029.468 - 30.356
test-t-20 --race9.203 - 9.276
12:01
AlexDaniel there's currently a squashathon going, it's a good opportunity for devs to check documentation pages that are related to your expertise: github.com/perl6/doc/issues/2924 13:18
squashable6: status
squashable6 AlexDaniel, 🍕🍕 SQUASHathon is in progress! The end of the event in ≈22 hours. See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
AlexDaniel, Log and stats: gist.github.com/52e2a66c9f6557e27f...065525c73c
Kaiepi ftr when beastiebot leaves like that, that's not a crash, i just have another tmux session for another bot that actually is unstable that never exits when it crashes and i don't know how to end individual tmux sessions 17:23
Geth ¦ problem-solving: AlexDaniel assigned to JJ Issue Documentation principles for making translation easier github.com/perl6/problem-solving/issues/78 18:14
Geth problem-solving/AlexDaniel-issue-template-test: ff644fc28a | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | .github/ISSUE_TEMPLATE/issue-template.md
Update issue templates
18:24
problem-solving: AlexDaniel++ created pull request #79:
Update issue templates
problem-solving: 6dce828977 | (Aleks-Daniel Jakimenko-Aleksejev)++ | .github/ISSUE_TEMPLATE/issue-template.md
Add a basic issue template

Otherwise people jump too fast to proposing solutions.
18:28
problem-solving: 8839a33130 | (Aleks-Daniel Jakimenko-Aleksejev)++ | .github/ISSUE_TEMPLATE/issue-template.md
Tweak the template for better rendering
18:30
problem-solving: 164f37f841 | (Aleks-Daniel Jakimenko-Aleksejev)++ | .github/ISSUE_TEMPLATE/issue-template.md
Add “about” field to the template

  “About can't be blank”.
18:33
[Coke] any core devs that grok libuv other than jnthn? 21:11
timotimo maybe we can figure out the problem even if we don't grok libuv as much 21:12
[Coke] github.com/rakudo/rakudo/issues/3057 21:13
My best guess is that the native descriptor being referenced in bind-stdin is not being released.
timotimo Proc::Sync? 21:14
yeah, we're holding on for too long for some reason 21:16
huh. i wonder if bind-stdin doesn't properly cause an stdin/stdout pipe not to be created
like, is it creating the socketpair and then just not using it at all?
an strace would probably be able to tell if the files that are being leaked have anything written to/read from them 21:17
[Coke] Im on a mac. So I think it'd be ktrace here, and I'm not sure how to steer it. 21:24
timotimo oh, i think it's actually dtruss 21:25
[Coke] timotimo: gist.github.com/coke/1781c6c10ed35...c931bbde06 21:27
timotimo ouchies, that tab makes my computer seriously unhappy
dtrace: error on enabled probe ID 2174 (ID 168: syscall::read:return): invalid kernel access in action #12 at DIF offset 68 21:28
i have no idea what that could be about
why is there no dtruss otuput between 1 and 16?
[Coke] no clue. threaded and it output weird? 21:44
ugexe github.com/rakudo/rakudo/blob/45bb...#L231-L239 21:48
the IO::Handle multi auto closes them. the pipe multi does not. 21:49
doesn't help 21:59
github.com/rakudo/rakudo/blob/45bb...#L283-L285 -- could this be losing the stdin-fd? 22:03
Geth nqp: df7fa7bece | (Stéphane Payrard)++ (committed using GitHub Web editor) | docs/ops.markdown
start documenting serialization opcodes
22:04
nqp: ef47a4b3df | (Stéphane Payrard)++ (committed using GitHub Web editor) | docs/ops.markdown
fix formatting of ops.markdown

I hop so
22:10
[Coke] ugexe: certainly looks like a promising avenue. 22:40