🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 6 September 2022. |
|||
00:07
acidsys left
00:08
acidsys joined
02:01
hulk joined
02:02
kylese left
02:15
hulk left,
kylese joined
03:18
kst`` left
03:21
kst`` joined
03:45
kylese left
03:48
kylese joined
04:11
japhb left
04:14
japhb joined
04:19
Xliff joined
|
|||
Xliff | Wow! Andor went out with a blast. | 04:19 | |
m: class A { multi method b (@list) { say "List" }; multi method b (*@list) { say "Slurp" }; }; A.b(<1 2 3>) | 04:21 | ||
camelia | List | ||
Xliff | m: class A { multi method b (@list) { say "List" }; multi method b (*@list) { say "Slurp" }; }; A.b(1, 2, 3) | ||
camelia | Slurp | ||
Xliff | m: class A { multi method b (@list, :$a is required where *.so) { say "List" }; multi method b (*@list :$a is required where *.so) { say "Slurp" }; }; A.b(1, 2, 3) | 04:22 | |
camelia | ===SORRY!=== Error while compiling <tmp> Cannot put required parameter $a after variadic parameters at <tmp>:1 ------> hod b (*@list :$a is required where *.so<HERE>) { say "Slurp" }; }; A.b(1, 2, 3) expecting any of: constraint |
||
Xliff | m: class A { multi method b (@list, :$a is required where *.so) { say "List" }; multi method b (*@list, :$a is required where *.so) { say "Slurp" }; }; A.b(1, 2, 3) | ||
camelia | Cannot resolve caller b((A): 1, 2, 3); none of these signatures matches: (A $:: @list, :$a! where { ... }, *%_) (A $:: *@list, :$a! where { ... }, *%_) in block <unit> at <tmp> line 1 |
||
Xliff | m: class A { multi method b (@list, :$a is required where *.so) { say "List" }; multi method b (*@list, :$a is required where *.so) { say "Slurp" }; }; A.b(1, 2, 3, :a) | ||
camelia | Slurp | ||
Xliff | m: class A { multi method b (@list) { say "List" }; multi method b (*@list) { say "Slurp" }; }; A.b(<1 2 3>, :a) | ||
camelia | List | ||
04:36
Aedil joined
04:38
Aedil left
04:41
Aedil joined
06:43
human-blip left,
human-blip joined
06:56
Sgeo_ left
07:52
Xliff left
08:05
dakkar joined
09:55
Guest44 joined
|
|||
librasteve | lizmat: thank you for the excellent improvements to crag (released as v0.0.25) much much faster thanks to precomp and lovely repl mode | 10:22 | |
lizmat | you're very much welcome: it also made me improve CodeUnit, so that's a win-win :-) | ||
11:11
Guest44 left
11:13
apac joined
11:25
apac left
|
|||
librasteve | one day I will get around to trying to Slangify crag ... stuff like 17.5cm is pretty much there anyway through exports of SI units and prefix combos - so the goal would be to be able to go literally my $lumber-length = 12.5 ft * 42 for any literal number-string sequence "in the wild" where the Slang extends the raku Grammar and checks the Str part for parseable units, also 12.5 ft ±3%. | 12:11 | |
13:49
apac joined
13:56
apac left
13:59
apac joined
15:07
Ekho left
15:23
Ekho joined
15:25
apac left
15:47
apac joined
15:54
stanrifkin joined
|
|||
melezhik. | .tell librasteve: github.com/croservices/cro/issues/...2880483378 there are more interesting details on cro test issue , also confirmed by few people from rocky Linux team that try to install cro . Somehow it relates to zef install logic as well , which is most interesting bit . I managed to reproduce the bug myself and found workaround which is weird | 16:25 | |
tellable6 | melezhik., I'll pass your message to librasteve | ||
16:38
dakkar left
18:23
nine left,
nine joined
18:59
abraxxa-home joined
19:01
abraxxa-home left
19:02
abraxxa-home joined
19:15
stanrifkin left
|
|||
tonyo | .seen anton | 20:29 | |
tellable6 | tonyo, gist.github.com/a1ccb5e7b117d4f525...49167b4bd6 | ||
tonyo | .seen antoncube | ||
tellable6 | tonyo, I haven't seen antoncube around, did you mean antononcube? | ||
tonyo | .seen antononcube | ||
tellable6 | tonyo, gist.github.com/e9adb883dc67a489d8...58dc4c045c | ||
tonyo | just tell me what i want to know, man | 20:30 | |
tellable6 | hey tonyo, you have a message: gist.github.com/bed7b88aa85b474672...9abb811b7e | ||
tonyo | antononcube: fixing those openai things right now while i prepare the zef eco cutover | ||
20:35
Guest87 joined,
Guest87 left
|
|||
antononcube | Great!! | 20:36 | |
20:50
abraxxa-home left
20:59
dpk left
21:00
dpk joined
21:04
abraxxa-home joined
21:10
abraxxa-home left
|
|||
tonyo | getting close, testing the emails, about ready to use fez locally for managing dists | 21:14 | |
and then you should be able to upgrade, or your tooling can upgrade its deps to fez 100+ and you'll start getting instant index/feedback | 21:15 | ||
a true up job will run every night to support legacy clients for a few months and then i'll turn off the old stuff | 21:16 | ||
also added an AST query module it seems | |||
21:47
apac left
22:11
Sgeo joined
22:12
coleman left
22:14
coleman joined
22:17
coleman left
22:19
coleman joined
|