🦋 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.
00:45 buildable6 left 00:47 buildable6 joined 00:50 unicodable6 left, unicodable6 joined 00:51 buildable6 left 00:52 buildable6 joined 00:56 unicodable6 left, unicodable6 joined 01:47 buildable6 left 01:49 buildable6 joined 02:48 buildable6 left 02:50 buildable6 joined 02:54 buildable6 left, buildable6 joined 02:59 buildable6 left, buildable6 joined 03:50 buildable6 left 03:51 buildable6 joined 04:01 samcv left, samcv joined 04:50 buildable6 left 04:51 buildable6 joined 05:51 buildable6 left 05:53 buildable6 joined 06:53 buildable6 left 06:57 buildable6 joined 06:59 unicodable6 left, unicodable6 joined 07:01 buildable6 left, buildable6 joined 07:27 phillip joined 07:40 lizmat left 07:41 lizmat joined 07:57 shareable6 left, tellable6 left, shareable6 joined, committable6 left, tellable6 joined, committable6 joined, buildable6 left, buildable6 joined, nativecallable6 left, buildable6 left, nativecallable6 joined 07:59 buildable6 joined 08:01 nativecallable6 left, nativecallable6 joined, phillip left 08:46 sena_kun joined 08:59 buildable6 left 09:02 buildable6 joined
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
10:02 buildable6 left 10:04 buildable6 joined
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
11:04 buildable6 left 11:07 buildable6 joined 11:30 raiph joined 11:57 raiph left 11:59 raiph joined 12:07 buildable6 left 12:09 buildable6 joined 12:20 raiph left
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/10/16/2023-42-2000/ 13:07
13:09 buildable6 left 13:11 buildable6 joined
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
14:11 buildable6 left 14:14 buildable6 joined
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
15:14 buildable6 left 15:15 buildable6 joined 16:15 buildable6 left 16:17 buildable6 joined 17:17 buildable6 left 17:18 buildable6 joined 18:18 buildable6 left 18:20 buildable6 joined 18:24 buildable6 left, buildable6 joined 19:20 buildable6 left 19:22 buildable6 joined 20:22 buildable6 left 20:24 buildable6 joined
Geth Number-Denominate: e9ec6823d2 | (Márton Polgár)++ (committed using GitHub Web editor) | .github/workflows/test.yaml
Update workflow
20:54
21:24 buildable6 left 21:26 buildable6 joined
Geth URI: 2bde05bff7 | (Márton Polgár)++ (committed using GitHub Web editor) | .github/workflows/test.yml
Update CI workflow
21:28
22:21 sena_kun left 22:26 buildable6 left
Geth URI/master: 5 commits pushed by 2colours++ 22:26
22:29 buildable6 joined
[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
23:29 buildable6 left 23:32 buildable6 joined
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