🦋 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:09
gfldex_ is now known as gfldex
06:49
japhb left,
japhb joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
09:19 | |||||||||||||||||||||||||||||||||||||
09:26
sena_kun joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | MIME-Types/main: 1f9902e001 | (Márton Polgár)++ (committed using GitHub Web editor) | .github/workflows/test.yml More practical workflow |
14:24 | |||||||||||||||||||||||||||||||||||||
lizmat | m: say "twone".trans(("one", "two") => (1, 2)) # shouldn't that be "tw1" ? | 14:34 | |||||||||||||||||||||||||||||||||||||
camelia | 2ne | ||||||||||||||||||||||||||||||||||||||
[Coke] | m: say "twone".trans("one" => 1, "two" => 2) | 16:59 | |||||||||||||||||||||||||||||||||||||
camelia | Type check failed in binding to parameter 'x'; expected Str but got Int (1) in block <unit> at <tmp> line 1 |
||||||||||||||||||||||||||||||||||||||
[Coke] | m: say "twone".trans("one" => '1', "two" => '2') | ||||||||||||||||||||||||||||||||||||||
camelia | 22211 | ||||||||||||||||||||||||||||||||||||||
[Coke] | (So it looks like on yours it's replacing things in order found in the string, not in the order in the replacement list) | 17:01 | |||||||||||||||||||||||||||||||||||||
nemokosch | which kinda sorta makes sense in itself | 17:19 | |||||||||||||||||||||||||||||||||||||
lizmat | m: say "eightwo".trans(("two", "eight") => (2,8)) # looks like indeed the first seen | 17:30 | |||||||||||||||||||||||||||||||||||||
camelia | 8wo | ||||||||||||||||||||||||||||||||||||||
Geth | ¦ rakudo: lizmat self-unassigned Use of lookbehind assertions in .trans hangs rakudo github.com/rakudo/rakudo/issues/5488 | 17:31 | |||||||||||||||||||||||||||||||||||||
nemokosch | lol | 17:57 | |||||||||||||||||||||||||||||||||||||
lizmat | yeah, that's a can of worms that will need quite a lot more thought, so no quick fix by me here | 18:02 | |||||||||||||||||||||||||||||||||||||
20:09
melezhik joined
20:17
melezhik left
|
|||||||||||||||||||||||||||||||||||||||
sjn | jjatria: you around? :) | 21:35 | |||||||||||||||||||||||||||||||||||||
jjatria | sjn: Ah, you're here. I was wondering how to get in touch. I wrote on Slack, but yes: I'm around | 21:49 | |||||||||||||||||||||||||||||||||||||
23:10
sena_kun left
23:43
gfldex left,
gfldex joined
|