patrickb sena_kun, nine: Is cleanup of github.com/rakudo/rakudo/pull/3785 (no global precomp store lock) a blocker for the release? 06:43
.tell pmurias If you find the time I'd value your insights on github.com/Raku/nqp/issues/656 06:44
tellable6 patrickb, I'll pass your message to pmurias
nine patrickb: I'll try to get it done today or at least tomorrow on my way to vacation 06:53
nwc10 closer than NZ this time?
nine very much so :)
nwc10 St Polten? :-) 06:54
nine Our plan for this year was Leogang in Salzburg from the start and it turned out to be a good pick
nwc10 oh, the other direction :-)
patrickb nine: I didn't want to push, just make sure it doesn't pass by unseen and forgotten. Thanks for your work and have a relaxing vacation! 06:56
releasable6 Next release in ≈2 days and ≈11 hours. 2 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:00
Geth nqp/more-hash-tests: 38a05864b2 | (Nicholas Clark)++ | t/nqp/108-vmhash.t
Change one JVM hash iterator test to a TODO, after ticket review.

To quote @jnthn in #657
   I'd say iteration past the end wants a consistent exception (with a
   consistent text), so that part seems good to me.
and
   Yes; if you're interested to make it that way please do.
08:11
Geth rakudo/suggest-capitalization-errors: b054f9f0fd | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6
Add checks for HOW WHAT WHO manually

As suggested as a solution for github.com/rakudo/rakudo/pull/3854
08:53
Altai-man releasable6, status 09:20
releasable6 Altai-man, Next release in ≈2 days and ≈9 hours. 1 blocker. Changelog for this release was not started yet
Altai-man, Details: gist.github.com/c779c1407a5268247c...ff54e5e447
Geth rakudo/sorting-with-junctions: 72b8304b36 | (Elizabeth Mattijsen)++ | src/core.c/Rakudo/Sorting.pm6
Make sure we know what error tho throw
09:54
Geth roast: 053d3a216c | (Elizabeth Mattijsen)++ | S32-list/sort.t
Add tests releate to PR3849
10:28
lizmat hmmm... I should read my commit messages before pushing :-)
.seen jnthn 10:39
tellable6 lizmat, I saw jnthn 2020-08-20T09:24:11Z in #moarvm: <jnthn> nwc10: Yes, I seem to have a quite normal cup of coffee today
timotimo that's a reledible issue 10:53
lizmat inded it iz 10:54
Kaiepi o/ 13:09
tellable6 2020-08-18T07:20:14Z #raku-dev <patrickb> Kaiepi Can you have another look at github.com/rakudo/rakudo/issues/3842 ?
lizmat m: class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); return $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2); 14:06
camelia cloning with n 2
lizmat m: bisectable6 class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); return $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2); 14:07
camelia 5===SORRY!5=== Error while compiling <tmp>
Undeclared routine:
bisectable6 used at line 1
lizmat bisectable6: class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); return $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2);
bisectable6 lizmat, Will bisect the whole range automagically because no endpoints were provided, hang tight
lizmat, ¦6c (45 commits): «cloning with n␉2␤»
lizmat, Nothing to bisect!
lizmat interesting
m: class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2);
camelia cloning with n 2
sinking...2
Geth rakudo: ziuq++ created pull request #3856:
Have Test::done-testing return Bool.
14:21
roast: ziuq++ created pull request #669:
Test Test::done-testing( --> Bool:D)
14:25
nqp: dd6b6fee54 | (Nicholas Clark)++ | t/nqp/108-vmhash.t
More tests for NQP hash behaviour.

Tests for iterators, including deleting the hash key corresponding to the current iterator position. Tests for exceptions before and after starting iteration (which are not yet consistent between the three backends).
Test `.elems`. More thorough tests for `.kv`.
Also fix a test description.
14:49
nqp: 38a05864b2 | (Nicholas Clark)++ | t/nqp/108-vmhash.t
Change one JVM hash iterator test to a TODO, after ticket review.

To quote @jnthn in #657
   I'd say iteration past the end wants a consistent exception (with a
   consistent text), so that part seems good to me.
and
   Yes; if you're interested to make it that way please do.
linkable6 NQP#657 [closed]: github.com/Raku/nqp/pull/657 More tests for NQP hash behaviour.
nqp: c852175e9a | (Jonathan Worthington)++ (committed using GitHub Web editor) | t/nqp/108-vmhash.t
Merge pull request #657 from Raku/more-hash-tests

More tests for NQP hash behaviour.
nwc10 \o/
lizmat: and now it's all official, because there's a test for it.
Geth nqp: daf8df6c99 | (Nicholas Clark)++ | 2 files
Serialization format 23 for nqp-JS

nqp-JS is currently a cross-compiler, and so needs to be able to read the serialization output of MoarVM. As of Feb 2020, commit 9709537d90d61529:
   Serialize the names of closures
   The name is held per code object, meaning different closures may carry a
... (14 more lines)
14:51
nqp: dc1839b0dc | (Jonathan Worthington)++ (committed using GitHub Web editor) | 2 files
Merge pull request #655 from Raku/nqp-js-S23

Serialization format 23 for nqp-JS
lizmat nwc10++ 14:56
tobs nwc11 15:06
sjn 16:52 < Geth> ¦ nqp: 15:10
hmf. cutn-paste-error. apologies :-|
Geth rakudo/ambiguous-is-default: 999680e657 | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6
Streamline X::Multi::Ambiguous listing

  - remove ":", it does not convey any information, clear it's a signature
  - add two spaces to set it off the first line
  - add "is default" status of the candidate when applicable
16:52
rakudo: lizmat++ created pull request #3857:
Streamline X::Multi::Ambiguous listing
Geth rakudo: codesections++ created pull request #3860:
Make X::Method::NotFound case-insensitive
20:07
Geth rakudo/ambiguous-is-default: b8121cecb9 | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6
Lose the return constraint

It is not significant in dispatch, so should not be shown on a dispatch error.
21:05