24 Jul 2024
jdv cya tomorrow & 21:04
releasable6 Next release in ≈19 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00
25 Jul 2024
lizmat jdv: done with the ChangeLog draft :-) 10:35
Geth rakudo/lizmat-hyperwhatever-index: f726bd6977 | (Elizabeth Mattijsen)++ | src/core.c/array_slice.rakumod
Implement @a[**] with hammering flattening behavior

As discussed in:
   github.com/Raku/problem-solving/is...2248930043
10:51
rakudo: lizmat++ created pull request #5609:
Implement `@a[**]` with hammering flattening behavior
jdv lizmat: thanks. will likely start in an hour or 2. 14:13
just kidding. its too nice out to waste it on drudgery. its starts now. 17:03
Geth rakudo/release-2024.07: 12c2512b5e | (Justin DeVuyst)++ | 3 files
Update changelog + announcement

Deliberately not logged:
  [7190eae2][be30f38b][74b55cd4][3766ef2d]
17:56
nqp/main: c1c17d1c97 | (Justin DeVuyst)++ | tools/templates/MOAR_REVISION
[release] Bump MoarVM revision to 2024.07
19:38
nqp/main: b6b5746041 | (Justin DeVuyst)++ | VERSION
[release] Bump VERSION to 2024.07
rakudo/release-2024.07: 1c5928b2d4 | (Justin DeVuyst)++ | tools/templates/NQP_REVISION
[release] Bump NQP revision to 2024.07
rakudo/release-2024.07: ae61c1c3f2 | (Justin DeVuyst)++ | VERSION
[release] Bump VERSION to 2024.07
rakudo: jdv++ created pull request #5610:
Release 2024.07
19:40
rakudo/main: 4 commits pushed by (Justin DeVuyst)++
jdv its done 20:00
patrickb: the 2024.07 release is done
.tell El_Che the 2024.07 release is done 20:01
tellable6 jdv, I'll pass your message to El_Che
jdv commit away again!
lizmat jdv++ 22:26
26 Jul 2024
gfldex lizmat: has there been any work done for custom metaops in RakuAST? 08:04
lizmat gfldex: have you tried what you want to know? 08:13
gfldex not yet
lizmat please do: afaict all that is needed, is there already 08:14
m: my $*FOO := "FOO"; await start { say $*FOO } # all good 09:14
camelia FOO
lizmat m: my $*FOO := "FOO"; await start { await start { say $*FOO } } # but only one level deep :-(
camelia An operation first awaited:
in block at <tmp> line 1

Died with the exception:
Dynamic variable $*FOO not found
in block at <tmp> line 1
lizmat github.com/rakudo/rakudo/issues/5611 09:20
m: dd (** + 4)(42) 11:31
camelia (46,).Seq
lizmat m: dd 42.map(* + 4) # TIL these are the same
camelia (46,).Seq
lizmat FWIW, this is too much APL for me :-) 11:52
Geth rakudo/main: 0bdd27db80 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/array_slice.rakumod
Implement @a[**] with hammering flattening behavior

As discussed in:
   github.com/Raku/problem-solving/is...2248930043
12:15