🦋 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: yabobay++ created pull request #5054:
make the "needle (elem) list" message more clear
10:03
tap-harness6: 98ac2ba017 | (Leon Timmermans)++ | 2 files
Correctly check exit code of processes
10:19
tap-harness6: bd5e39a745 | (Leon Timmermans)++ | 3 files
0.3.8
rakudo: 958537b12c | yabobay++ (committed using GitHub Web editor) | src/core.c/Cool.pm6
make the "needle (elem) list" message more clear (#5054)
10:20
Geth DBIish/rbt.update-zef: b31dada00f | (Rod Taylor)++ | .github/workflows/test.yml
Upgrade to actions/checkout@v3
12:52
Geth DBIish/rbt.update-zef: c5ac680533 | (Rod Taylor)++ | .github/workflows/test.yml
Upgrade zef so it has knowledge of fez modules
12:57
timo who remembers what the issues were with windows commandline arguments? 12:58
Geth DBIish/rbt.update-zef: de578255a2 | (Rod Taylor)++ | .github/workflows/test.yml
fixup! Upgrade zef so it has knowledge of fez modules
13:00
DBIish/rbt.update-zef: fa63a5166e | (Rod Taylor)++ | .github/workflows/test.yml
Upgrade zef so it has knowledge of fez modules
13:05
Geth DBIish/main: b31dada00f | (Rod Taylor)++ | .github/workflows/test.yml
Upgrade to actions/checkout@v3
13:44
DBIish/main: fa63a5166e | (Rod Taylor)++ | .github/workflows/test.yml
Upgrade zef so it has knowledge of fez modules
DBIish/main: b2011f921a | (Rod Taylor)++ | .github/workflows/test.yml
Add 2022.04 to the list of tested versions

This is semi-recent without being too close to HEAD.
Geth DBIish/main: 0880d80520 | (Rod Taylor)++ | 8 files
Remove DEPRECATED code

These functions have been marked deprecated for a little over 2 years, and the documentation stated they would be removed in June 2022.
14:20
AlexDaniel does anybody have 2022.03 or earlier at hand? 17:07
my rakubrew is refusing to build for some reason…
a, fixed my rakubrew, nevermind! 17:10
it needed a self-upgrade for some reason
gfldex is prefix temp thread safe? 17:14
timo i would assume temp has the same semantics as an assignment + another assignment in a LEAVE phaser 17:21
except i don't know how temp exactly works with arrays and hashes and whatnot
melezhik . 17:33
AlexDaniel who now does support blin ?
melezhik I am not sure if everyone is satisfied with the time blin performs tests for entire  eco system, I have a POC how we can run blin in parallel hosts splitting the load and executing checks for different modules in parallel , this could significantly reduce overall time , however I am not sure if this us really needed ... 🤔 18:24
us -> is 18:30
AlexDaniel melezhik: I'm sure it's maintained by the community, feel free to do anything: github.com/Raku/Blin 18:34
but ask the current release manager if any change is needed
melezhik questions to Rakudo maintainers - could one run spec tests against Rakudo installed as whateverable ? does it make a sense ? 21:02
I mean usually afik spec tests are meant to run when building Rakudo from source, right?
what if one install spec test from Roast and run them against installed rakudo ? 21:03
I am not sure this is a valid path ... though