šŸ¦‹ 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 problem-solving/coke/repl: aeb6ffa26c | (Will Coleda)++ (committed using GitHub Web editor) | solutions/rakudo/Configurable-REPL.md
Update Configurable-REPL.md
00:40
11:08 sena_kun joined
lizmat weekly: social.joelle.us/@joelle/113804971272472084 11:11
notable6 lizmat, Noted! (weekly)
lizmat m: my token v { a }; say "a" ~~ / <v> / # works, but I don't want v captured 11:35
camelia ļ½¢aļ½£
v => ļ½¢aļ½£
lizmat m: my token v { a }; say "a" ~~ / <.v> / 11:36
camelia No such method 'v' for invocant of type 'Match'. Did you mean 'kv'?
in block <unit> at <tmp> line 1
lizmat bisectable6: old=2020.01 my token v { a }; say "a" ~~ / <.v> /
bisectable6 lizmat, Bisecting by output (old=2020.01 new=633df28) because on both starting points the exit code is 1
lizmat meh
apparently always been that way
weird
11:40 bisectable6 left 11:51 bisectable6 joined
timo m: my token v { a }; say "a" ~~ / <.&v> / 11:56
camelia ļ½¢aļ½£
timo i guess <v> is short for <&v> if it's not a method of your cursor class, but <.v> doesn't check that? 11:57
lizmat ah... indeed ... hmmm 11:59
timo sounds sensible for the semantics of <v> and <.v> to match up 12:02
[Tux] Rakudo v2024.12-40-g633df2893 (v6.d) on MoarVM 2024.12-19-gdd98cb2e3
csv-ip5xs0.256 - 0.270
csv-ip5xs-201.099 - 1.099
csv-parser1.515 - 1.548
csv-test-xs-200.144 - 0.144
test1.853 - 1.882
test-t0.408 - 0.409
test-t --race0.270 - 0.280
test-t-204.931 - 5.104
test-t-20 --race1.237 - 1.249
12:46
tux.nl/Talks/CSV6/speed4-20.html / tux.nl/Talks/CSV6/speed4.html tux.nl/Talks/CSV6/speed.log
Geth rakudo: 1-1sam++ created pull request #5757:
Use .raku suffix for install-dist instead of .p6
14:14
rakudo/main: a66b2e1610 | (Samuel Young)++ (committed using GitHub Web editor) | tools/install-dist.raku
Use .raku suffix for install-dist instead of .p6

The documentation for the install-dist.raku script still refers to itself as install-dist.p6, which is no longer accurate. This commit corrects that and replaces mentions of install-dist.p6 with install-dist.raku.
14:16
ugexe one of these days i'll learn not to review code before morning caffeine 16:45
lizmat hehe... know the feeling :-) 16:50
Geth problem-solving/coke/repl: 35bb2b9555 | (Will Coleda)++ (committed using GitHub Web editor) | solutions/rakudo/Configurable-REPL.md
Update Configurable-REPL.md
18:16
rakudo/coke/ps1: 20ee7bc65d | (Will Coleda)++ | src/core.c/REPL.rakumod
Add \n for newline in PROMPT
18:17
problem-solving/coke/repl: 5af9ba5275 | (Will Coleda)++ (committed using GitHub Web editor) | solutions/rakudo/Configurable-REPL.md
Update Configurable-REPL.md
18:18
18:57 japhb joined
Geth problem-solving/coke/repl: 8ee014bdd3 | (Will Coleda)++ (committed using GitHub Web editor) | solutions/rakudo/Configurable-REPL.md
Update Configurable-REPL.md
18:59
rakudo/coke/ps1: 6 commits pushed by (Elizabeth Mattijsen)++, (Christian BartolomƤus)++, (Will Coleda)++ 19:06
rakudo/coke/ps1: f363e7ed3d | (Will Coleda)++ | src/core.c/REPL.rakumod
Allow multiple \t replacements
22:58
rakudo/coke/ps1: 0fc9c6b9dd | (Will Coleda)++ | src/core.c/REPL.rakumod
Add support for \c and named ansi codes
problem-solving/coke/repl: 4f1a3d7484 | (Will Coleda)++ | solutions/rakudo/Configurable-REPL.md
Add \c support
23:14
[Coke] lizmat: any feedback on the coke/ps1 branch welcome, if there's a better way to do stuff in Core, etc. (I wasn't too worried since REPL isn't a hot path) 23:16
Geth problem-solving/coke/repl: 4f0c48c53d | (Will Coleda)++ | solutions/rakudo/Configurable-REPL.md
Add Solution for Configurable REPL

Fixes #459
23:36
23:38 sena_kun left
lizmat [Coke]: let's not prematurely optimize :-) 23:41