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.
samcv MoarVM blocker: github.com/MoarVM/MoarVM/issues/999 04:56
Geth rakudo/gh-2320-placeholder-method-error: 7 commits pushed by (Rob Hoelz)++ 04:57
rakudo/master: 8 commits pushed by (Rob Hoelz)++
samcv AlexDaniel, ^^ 05:00
my last comment. not what Geth said
seems to not happen with a clean tree. so maybe there's a file we need to clear hmm 05:06
but at least that makes it much less severe
should be able to remove blocker status from it. i've added a mitigation github.com/MoarVM/MoarVM/issues/999 09:10
lizmat sightseeing & decommute& 10:22
[Tux] Rakudo version 2018.10-182-g044517e94 - MoarVM version 2018.10-93-gd590f25b3
csv-ip5xs0.924 - 0.927
csv-ip5xs-207.068 - 7.160
csv-parser22.301 - 22.382
csv-test-xs-200.421 - 0.423
test7.852 - 7.917
test-t1.753 - 1.814
test-t --race0.873 - 0.876
test-t-2030.768 - 31.476
test-t-20 --race10.234 - 11.032
11:18
tbrowder___ .seen Zoffix 14:24
yoleaux I saw Zoffix 13 Nov 2018 13:19Z in #perl6-dev: <Zoffix> AlexDaniel: and missing bots are now online.
AlexDaniel . 19:22
yoleaux 17:05Z <jmerelo> AlexDaniel: any plans for next Squashathon?
AlexDaniel squashable6: next 19:23
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 6 days and ≈14 hours (2018-12-03 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
dogbert11 oh it's AlexDaniel 19:25
AlexDaniel: could you clarify what the problem is with the Parser module? 19:26
AlexDaniel samcv: I don't know any moar issue besides that ticket about building on various systems, so you can get the release going 19:27
once you're satisfied with that ticket of course
also I'm back from my 1 full day of wörk :) 19:28
dogbert11: it does not pass tests but I'm pretty sure it used to 19:29
dogbert11: so we broke that module and also broke something else that depends on it
dogbert11: by the same author, but still
dogbert11 the tests all pass on the commit preceeding 46ef0ea
AlexDaniel yeah
dogbert11 so the PR you sent only fixes part of the problem? 19:30
AlexDaniel yes
dogbert11: documents now have statementlist and lang-version which was introduced here: github.com/rakudo/rakudo/commit/46...dba19R1348 19:31
dogbert11 was the same PR applied to all other modules which were borked by 46ef0ea? (Trying to understand)
AlexDaniel dogbert11: no, that's the only module that looked at contents of perl6 documents 19:32
dogbert11 aha
AlexDaniel but my PR fixes that, however
dogbert11 but some tests still fail
AlexDaniel we still get “Redeclaration of symbol 'Foo'” errors and the like
yes
Kaiepi can someone take a look at github.com/rakudo/rakudo/pull/2475 and the related pullreqs? it's been open for a couple weeks now 19:33
AlexDaniel so at that point (even after poking it a bit from time to time) I don't know if it's an issue in the module, or if it's something that we're changing deliberately, or if it's an unintentional regression, or what… 19:34
dogbert11 no comments from broken-robot aka IOninja?
AlexDaniel dogbert11: I don't think they'd be able to tell just from the top of the head 19:35
Kaiepi: is it important before the release, or can it wait after?
Kaiepi doesn't particularly matter 19:36
AlexDaniel dogbert11: also, there's this option 19:38
although maybe not fully, but there's something
we can release 2018.11 with v6.d support but v6.c by default
that makes sense because actually there are many modules broken
not too many, but a few
I've submitted PRs to all of them, of course, but obviously they're not merged immediately :) 19:39
a lot of them, at least
not saying that it is a good option, but maybe maybe 19:40
DrForr: are you around? :) 19:41
dogbert11 hmm, tricky