Geth rakudo: 46a7299822 | (Elizabeth Mattijsen)++ | src/core.c/Supply-coercers.pm6
Fix for #3877
10:11
rakudo: 7db249096c | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/Supply-coercers.pm6
Merge pull request #3879 from rakudo/fix-3877

Fix for #3877
linkable6 RAKUDO#3877 [open]: github.com/rakudo/rakudo/issues/3877 [ASYNC] Supply.head($n) is not done when it should be
Geth nqp: 05bd3a7df0 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump MoarVM to get latest libuv
10:12
lizmat Files=1336, Tests=113586, 227 wallclock secs (29.01 usr 8.91 sys + 3171.93 cusr 304.84 csys = 3514.69 CPU) 10:17
nwc10 and the old one of these from the old office 10:24
oh, <<< #moarvm
Geth rakudo: a289959a85 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get -V fix and new libuv
10:26
roast: abd4a34293 | (Elizabeth Mattijsen)++ | S17-supply/head.t
Remove skip now that PR#3879 has been merged
10:27
dogbert11 lizmat++ 10:36
patrickb lizmat, sena-kun: The fix for `raku -V` is two part. The NQP PR was already merged, but the rakudo part is still waiting for tests to be written. Now that an NQP bump happened, I'd prefer to merge the rakudo PR as well to not have rakudo in a potentially broken state. 11:53
(I might find time in the evening to write up a test.) 11:54
Geth rakudo/master: 4 commits pushed by (Patrick Böker)++, (Elizabeth Mattijsen)++ 11:55
patrickb sena-kun: I'll do the tests, I promise. 11:56
tellable6 patrickb, I'll pass your message to sena_kun
patrickb lizmat: Thanks!
lizmat yw
patrickb lizmat: You are kind of like the omnipresent force, that everyone got used to just exist. The work and energy you invest ist remarkable. Thank you! 11:57
lizmat *blush* :-)
patrickb needs to get back to $dayjob 11:58
Altai-man will do another point after test is available 12:03
Geth rakudo/introducing-allomorph-class: 39bc2bdf28 | (Elizabeth Mattijsen)++ | src/core.c/allomorphs.pm6
Replace all ACCEPTS candidates by a single one

Alas, an "is default" remains necessary
12:23
tbrowder i second that, patrickb, and i'm anxious to try out Allomorph class merge when it is released! 14:09
Geth rakudo: patrickbkr++ created pull request #3880:
Add a tests for `raku -V`
14:50
rakudo/rakuast: 4c24a9650e | (Jonathan Worthington)++ | 6 files
RakuAST handling of lexical identifier packages

While they were compiled before, they are now installed into the current lexical scope, meaning that `class Foo { }; say Foo` now works. Prior to this, the mention of `Foo` would not resolve. This also adds missing bits of resolver functionality needed for this resolution to work out.
16:13
Geth rakudo/rakuast: c3c95867a0 | (Jonathan Worthington)++ | 6 files
Install single-part our-scoped packages

They go into GLOBAL if no current package, or the current package otherwise. This meant getting the whole package nesting and GLOBAL story sorted out a bit, which actually forms the majority of this commit.
16:59
rakudo: 97114a8487 | (Patrick Böker)++ | t/02-rakudo/17-cli.t
Add a test for `raku -V`

Make sure it succeeds and returns config options. Don't do any deep inspection of the configuration options. (Which would be a bad idea.)
Fixes #3875
17:04
rakudo: e2855aa680 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | t/02-rakudo/17-cli.t
Merge pull request #3880 from patrickbkr/raku-v-test

Add a tests for `raku -V`
linkable6 RAKUDO#3875 [closed]: github.com/rakudo/rakudo/issues/3875 [BLOCKER] Alpine build "raku -V" says "No exception handler located for catch"
Altai-man will prepare a release tonight 18:11
nwc10 I missed this - release of what? 18:39
as in, should we (ie @jnthn) hold off on merging the hash stuff to MoarVM until you've done this and it's good? 18:40
lizmat Altai-man: hhmmm.. we probably don't want to have the libuv update make it to the release 18:42
Altai-man lizmat, oh, was it bumped? 18:56
lizmat, I don't think that's a problem. I will take 2020.08.1, cherry-pick nqp commit, cherry-pick rakudo commits, bump versions. 18:58
nwc10, 2020.08.2 of rakudo. No, moarvm is good, merge what's fun. :)
lizmat Altai-man: yeah, it was, by me earlier today 19:00
Altai-man lizmat, well, given we have a separate branch, it won't be a problem, I think.
lizmat yeah, don't think so either... just wanted to make sure that you knew 19:01
Altai-man Well, we will have duplicate commits in master after merging, but we have those already and a couple more won't hurt.
The thing is, --show-config broken breaks Comma and we don't want that.
I guess.
lizmat indeed
Geth rakudo/introducing-allomorph-class: 1b16da195f | (Elizabeth Mattijsen)++ | 3 files
Give all allomorphs a single cmp candidate

  - move the Rational/Rational candidate inside the Real/Real candidate
  - this results in one "is default" less and one "is default" more :-)
  - but 15 fewer infix:<cmp> candidates
19:39
Geth rakudo/release-2020.08.2: 1a1fe7fb01 | (Patrick Böker)++ (committed by Altai-man) | src/Perl6/Compiler.nqp
Fix `raku -V`

The rename of `Compiler.config()` to `Compiler.sysconfig()` failed to rename all uses. Also the naming is a bit unfortunate, as that method does not return the `SysConfig` object, but the build configuration. So just give it back its old name.
Fixes #3875
20:44
rakudo/release-2020.08.2: f00c4198ad | (Patrick Böker)++ (committed by Altai-man) | t/02-rakudo/17-cli.t
Add a test for `raku -V`

Make sure it succeeds and returns config options. Don't do any deep inspection of the configuration options. (Which would be a bad idea.)
Fixes #3875
20:45
rakudo/release-2020.08.2: 84fb946882 | Altai-man++ | 3 files
Changelog + release announcement
nqp/release-2020.08.2: ed05a767f0 | (Patrick Böker)++ (committed by Altai-man) | src/HLL/Compiler.nqp
Fix `raku -V`

The rename of `Compiler.config()` to `Compiler.sysconfig()` failed to rename all uses. Also the naming is a bit unfortunate, as that method does not return the `SysConfig` object, but the build configuration. So just give it back its old name.
Altai-man Can anyone take a look at the announcement/changelog sanity please? 20:51
lizmat looks good to me 21:17
Altai-man ^^
Altai-man lizmat, thanks! 21:18
Altai-man proceeds
Geth ¦ rakudo: lizmat assigned to jnthn Issue Strange dispatch error caused by seemingly unrelated change github.com/rakudo/rakudo/issues/3883 21:48
nqp/release-2020.08.2: e1b7298601 | Altai-man++ | VERSION
[release] Bump VERSION to 2020.08.2
21:49
rakudo/release-2020.08.2: ee6e85e03a | Altai-man++ | tools/templates/NQP_REVISION
[release] Bump NQP revision to 2020.08.2
21:50
rakudo/release-2020.08.2: e3071de326 | Altai-man++ | VERSION
[release] Bump VERSION to 2020.08.2
Geth nqp: Altai-man++ created pull request #662:
Release 2020.08.2
21:56
rakudo: Altai-man++ created pull request #3884:
Release 2020.08.2
rakudo/release-2020.08.2: 27 commits pushed by (Ben Davies)++, (Elizabeth Mattijsen)++, Altai-man++, (Timo Paulssen)++, (Patrick Böker)++
review: github.com/rakudo/rakudo/compare/e...e16dce6ef8
21:57
Geth nqp: ed05a767f0 | (Patrick Böker)++ (committed by Altai-man) | src/HLL/Compiler.nqp
Fix `raku -V`

The rename of `Compiler.config()` to `Compiler.sysconfig()` failed to rename all uses. Also the naming is a bit unfortunate, as that method does not return the `SysConfig` object, but the build configuration. So just give it back its old name.
22:43
nqp: e1b7298601 | Altai-man++ | VERSION
[release] Bump VERSION to 2020.08.2
nqp: 86591c8648 | Altai-man++ (committed using GitHub Web editor) | VERSION
Merge pull request #662 from Raku/release-2020.08.2

Release 2020.08.2
AlexDaniel sena_kun: yaay another release :) 22:51