Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_logs/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by AlexDaniel on 12 June 2018.
AlexDaniel gah! Had a tab open for a while, and github didn't load new comments 10:10
Geth rakudo/release/2018.06: 91b211ac2f | (Rob Hoelz)++ | src/core/CompUnit/RepositoryRegistry.pm6
Prepend inst# to home when setting up repositories

The keys to the $repos hash are in the form of inst#/path/to/repo (among others), but $home was just the path before this change, causing all nqp::atkey($repos, $home) calls to come back as null
10:11
rakudo/release/2018.06: dcd5259a87 | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | src/core/CompUnit/RepositoryRegistry.pm6
Merge pull request #1934 from rakudo/home-precomp-with-fix

Prepend inst# to home when setting up repositories
AlexDaniel releasable6: status 10:12
releasable6 AlexDaniel, Next release will happen when it's ready. 0 blockers. 87 out of 118 commits logged
AlexDaniel, Details: gist.github.com/2bbbf0d90a9f3cd4cd...5a7aeaa236
AlexDaniel ooooh releasable6, you're looking at the wrong branch!
but that's ok
[TuxCM] Rakudo version 2018.05-118-gff2bc1143 - MoarVM version 2018.05-133-g4d4b14c1d
csv-ip5xs0.888 - 0.895
csv-ip5xs-207.326 - 7.455
csv-parser23.466 - 24.205
csv-test-xs-200.447 - 0.480
test8.447 - 8.520
test-t2.272 - 2.280
test-t --race1.002 - 1.039
test-t-2040.114 - 40.307
test-t-20 --race14.168 - 14.815
10:19
Geth nqp: 870222254c | (Paweł Murias)++ | src/vm/js/nqp-runtime/package-lock.json
[js] Update package-lock.json
10:30
stmuk where is pufferbot? 10:38
AlexDaniel .seen Kaiepi 10:41
yoleaux I saw Kaiepi 18 Jun 2018 14:38Z in #perl6: <Kaiepi> wait that's just in proto, never mind
stmuk I'm just updating github.com/stmuk/pl6anet.org/blob/...perlanetrc if anyone has any other RSS feeds for blogs 10:54
the google search box on pl6anet.org/ for perl 6 specific sites should also work better 11:01
AlexDaniel hmmm 12:07
samcv: I guess we will be able to release soon, but currently I'm looking at some weird issue in whateverable 12:08
which may be related to moarvm
brrt AlexDaniel: keep us informed 12:17
nine Just for the record: I now understand what the issues with CompUnit::RepositoryRegistry were and can confirm that the merged commits are indeed a correct fix. 12:18
AlexDaniel just in case anyone is interested to know what I'm seeing exactly, these bots have a bunch of tests for them, and both bisectable and evalable (maybe others too) can't go through the whole test file because they just stop answering at some seemingly random test. It was working on 2018.05 12:20
the process is still alive, so it's not a segfault
but anyway, looking at it now
MasterDuke maybe i'm just reading it wrong, but there appear to be several typos/errors in docs.perl6.org/routine/bless, in the 4th paragraph (starting with "However, in general, ...") 12:54
e.g., should it be "might *not* be"? and "if it's documented" (removing the "not")? 12:56
AlexDaniel MasterDuke: yeah, “if it's documented” makes more sense. But the first part is correct I think 13:55
MasterDuke: it suggests not to write your own `new` method and instead rely on default stuff
MasterDuke: I guess it should also recommend TWEAK there 13:56
gah… and for some reason can't reproduce it locally :S 14:03
well, I guess I can try this… 14:04
AlexDaniel brrt: actually, I think it's a false alarm… I just tested it on 2018.04, same issue. On 2018.03 instead of doing that it segfaults, and that issue was fixed apparently 15:01
so it is related to something else, I guess…
AlexDaniel brrt: actually, this was a problem in whateverable itself 19:07
which is pretty great
AlexDaniel puts on his brown paper bag 19:08
brrt \o/ 19:24
Geth rakudo: 91b211ac2f | (Rob Hoelz)++ | src/core/CompUnit/RepositoryRegistry.pm6
Prepend inst# to home when setting up repositories

The keys to the $repos hash are in the form of inst#/path/to/repo (among others), but $home was just the path before this change, causing all nqp::atkey($repos, $home) calls to come back as null
19:44
rakudo: dcd5259a87 | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | src/core/CompUnit/RepositoryRegistry.pm6
Merge pull request #1934 from rakudo/home-precomp-with-fix

Prepend inst# to home when setting up repositories
rakudo: 304239d7a3 | (Aleks-Daniel Jakimenko-Aleksejev)++ | src/core/CompUnit/RepositoryRegistry.pm6
Merge branch 'release/2018.06'
AlexDaniel .tell samcv everything looks good, let's release :) 22:27
yoleaux AlexDaniel: I'll pass your message to samcv.