🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Geth rakudo/main: 1e86903a2c | (Elizabeth Mattijsen)++ | 6 files
RakuAST: add sections to translation context

  - named-H .. Z
  - removed named path returns shape signal: they turned out to be
   of named arguments of internals
09:09
Geth rakudo/main: b1c2f15134 | (Elizabeth Mattijsen)++ | 6 files
RakuAST: add sections to translation context

  - named-W
  - package
  - phaser
  - prefix
  - routine
... (9 more lines)
10:52
rakudo/main: 4e0c8ce1b2 | (Elizabeth Mattijsen)++ | 8 files
RakuAST: regenerate localization after latest fixes
10:53
releasable6 Next release in ≈3 days and ≈7 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 11:00
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/10/16/2023-42-2000/ 13:07
Geth rakudo/lizmat-vent-0: b8f409d214 | (Elizabeth Mattijsen)++ | src/core.c/Supply-coercers.rakumod
Allow a value of 0 with :vent-at

Hopefully fixing #5358
13:37
rakudo: lizmat++ created pull request #5424:
Allow a value of 0 with :vent-at
13:38
Geth rakudo/lizmat-vent-0: 0a775d2201 | (Elizabeth Mattijsen)++ | src/core.c/Supply-coercers.rakumod
Revert unintended change, spotted by nemokosch++
14:16
rakudo/main: b8b323a1ca | (Elizabeth Mattijsen)++ | 6 files
RakuAST: add some missing localizations

Spotted in the past days while creating the context document
14:23
rakudo/main: f452fc3faf | (Elizabeth Mattijsen)++ | 8 files
RakuAST: regenerate localization after latest additions
14:28
Geth Number-Denominate: e9ec6823d2 | (Márton Polgár)++ (committed using GitHub Web editor) | .github/workflows/test.yaml
Update workflow
20:54
Geth URI: 2bde05bff7 | (Márton Polgár)++ (committed using GitHub Web editor) | .github/workflows/test.yml
Update CI workflow
21:28
Geth URI/master: 5 commits pushed by 2colours++ 22:26
[Coke] nemo - when referring to the license, please specifically say the artistic 2.0 license instead of 'same terms as' 22:30
that should be the best practice going forward. the other usage was the old p5 way of doing it 22:31
nemokosch As they say - patches welcome
I wouldn't leave a PR hanging
[Coke] ERROR: Permission to raku-community-modules/URI.git denied to coke. 22:43
so instead, gist.github.com/coke/bc40230c32e70...9586eefe64 22:44
nemokosch that's definitely not normal though 22:46
docs.github.com/en/authentication/...other-repo
Geth URI: ed95cad72e | 2colours++ | 2 files
License note patched up Coke++
22:53
ugexe hmmm, precompiling on install in parallel brings install time for DateTime::TimeZone from 320s to 170s 22:54
Geth rakudo/ugexe-curi-precomp-parallel: 109476dc00 | (Nick Logan)++ (committed using GitHub Web editor) | src/core.c/CompUnit/Repository/Installation.rakumod
Precompile in parallel

Previously when installing modules we would precompile them one at a time. This adds some basic parallelization to the precompilation loop so we precompile multiple files at the same time.
23:07
rakudo: ugexe++ created pull request #5425:
Precompile in parallel
Geth rakudo/ugexe-curi-precomp-parallel: c1c999cd98 | (Nick Logan)++ | src/core.c/CompUnit/Repository/Installation.rakumod
Precompile in parallel

Previously when installing modules we would precompile them one at a time. This adds some basic parallelization to the precompilation loop so we precompile multiple files at the same time.
23:34