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:00
reportable6 left
00:01
reportable6 joined,
ChanServ sets mode: +v reportable6
02:43
pamplemousse_ left
04:10
pamplemousse_ joined
04:56
pamplemousse_ left,
pamplemousse_ joined
05:12
pamplemousse_ left
06:00
reportable6 left,
reportable6 joined,
ChanServ sets mode: +v reportable6
07:41
japhb left
08:03
japhb joined
08:50
robertle left
10:28
ufobat__ joined
10:32
ufobat_ left
12:00
reportable6 left
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
12:01 | |||||||||||||||||||||||||||||||||||||
12:03
reportable6 joined
12:26
squashable6 left
12:29
pamplemousse joined
12:30
squashable6 joined,
ChanServ sets mode: +v squashable6
13:11
chloekek joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
13:32
go|dfish joined
13:38
lucasb joined
14:10
pamplemousse left
14:43
pamplemousse joined
17:21
BeastieBot left,
BeastieBot joined
|
|||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||
17:31
BeastieBot left,
BeastieBot joined
17:42
vrurg left
18:00
reportable6 left,
reportable6 joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | ¦ problem-solving: AlexDaniel assigned to JJ Issue Documentation principles for making translation easier github.com/perl6/problem-solving/issues/78 | 18:14 | |||||||||||||||||||||||||||||||||||||
18:22
sjn joined
|
|||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||
18:41
robertle joined
18:48
vrurg joined
19:13
AlexDaniel left
19:34
vrurg left
19:44
pamplemousse left
19:52
AlexDaniel joined
21:10
Kaypie joined,
Kaiepi left,
chloekek left
|
|||||||||||||||||||||||||||||||||||||||
[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 | ||||||||||||||||||||||||||||||||||||||
22:18
ufobat__ left
22:27
vrurg joined
|
|||||||||||||||||||||||||||||||||||||||
[Coke] | ugexe: certainly looks like a promising avenue. | 22:40 | |||||||||||||||||||||||||||||||||||||
23:34
vrurg left
|