Raku Conference Day 2 on Youtube: www.youtube.com/watch?v=BL9-XdC9WYI 🦋 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 14 August 2022.
00:06 reportable6 left 00:08 reportable6 joined 01:08 benchable6 left, committable6 left, notable6 left, linkable6 left, shareable6 left, bloatable6 left, coverable6 left, nativecallable6 left, statisfiable6 left, greppable6 left, unicodable6 left, tellable6 left, reportable6 left, bisectable6 left, quotable6 left, evalable6 left, sourceable6 left, releasable6 left, squashable6 left, bloatable6 joined 01:09 quotable6 joined, benchable6 joined, notable6 joined, evalable6 joined, squashable6 joined 01:10 statisfiable6 joined, tellable6 joined, releasable6 joined, bisectable6 joined, committable6 joined, coverable6 joined 01:11 reportable6 joined, shareable6 joined, nativecallable6 joined, unicodable6 joined, greppable6 joined, linkable6 joined, sourceable6 joined 01:38 bigdata joined 01:45 euandreh left 01:49 euandreh joined 02:49 nativecallable6 left, bloatable6 left, squashable6 left, tellable6 left, bisectable6 left, evalable6 left, unicodable6 left, shareable6 left, linkable6 left, quotable6 left, notable6 left, benchable6 left, sourceable6 left, releasable6 left, reportable6 left, coverable6 left, statisfiable6 left, greppable6 left, committable6 left, notable6 joined, evalable6 joined 02:50 reportable6 joined, greppable6 joined, releasable6 joined, committable6 joined, bisectable6 joined, shareable6 joined 02:51 quotable6 joined, squashable6 joined, coverable6 joined, bloatable6 joined 02:52 benchable6 joined, statisfiable6 joined, unicodable6 joined, linkable6 joined, sourceable6 joined, nativecallable6 joined, tellable6 joined 03:14 Kaipei joined 03:16 Kaiepi left 04:16 coverable6 left, statisfiable6 left, tellable6 left, bloatable6 left, unicodable6 left, committable6 left, notable6 left, reportable6 left, sourceable6 left, quotable6 left, linkable6 left, evalable6 left, shareable6 left, bisectable6 left, squashable6 left, benchable6 left, nativecallable6 left, releasable6 left, greppable6 left 04:17 reportable6 joined, tellable6 joined, bloatable6 joined, benchable6 joined, quotable6 joined, committable6 joined, nativecallable6 joined, releasable6 joined 04:18 squashable6 joined, evalable6 joined, shareable6 joined, notable6 joined, linkable6 joined 04:19 statisfiable6 joined, unicodable6 joined, greppable6 joined, sourceable6 joined 04:20 coverable6 joined, bisectable6 joined 05:20 coverable6 left, quotable6 left, statisfiable6 left, shareable6 left, tellable6 left, unicodable6 left, squashable6 left, bisectable6 left, notable6 left, linkable6 left, nativecallable6 left, evalable6 left, bloatable6 left, benchable6 left, reportable6 left, committable6 left, greppable6 left, sourceable6 left, releasable6 left, unicodable6 joined, coverable6 joined, bloatable6 joined, sourceable6 joined, releasable6 joined, quotable6 joined, notable6 joined, greppable6 joined 05:21 reportable6 joined, benchable6 joined, shareable6 joined, committable6 joined, evalable6 joined 05:22 linkable6 joined, squashable6 joined, tellable6 joined, nativecallable6 joined, bisectable6 joined 05:23 statisfiable6 joined 05:52 test94 joined, test94 left 06:07 reportable6 left 06:09 reportable6 joined 06:21 abraxxa joined 06:26 abraxxa left 06:27 abraxxa joined
Nemokosch Hello bello 06:39
I have a question. What happens when there is a name conflict between global stuff and an Enum value? 06:41
06:43 discord-raku-bot left, discord-raku-bot joined 06:47 Sgeo left 07:50 discord-raku-bot left, discord-raku-bot joined
lizmat m: enum Foo <True False>; say 42 if False 08:03
camelia 42
lizmat remember, it's all lexical in Raku, so they will override the global meaning in the lexical scope they're defined 08:04
Nemokosch now here is the thing
I had an enum that I tried to use for CLI
one of the values was Label 08:06
the CLI wouldn't accept that value
and then I noticed that Label exists globally
all the other values worked but Label
why is that?
08:09 dakkar joined 08:19 dakkar left
moritz_ you do things like OUTER: for @list -> $x { for @other -> $y { next OUTER if $x == $y; ... }}. In this case, OUTER is a Label 08:19
*you can do 08:20
08:20 dakkar joined
Nemokosch that's okay but I just want either Label to work as an Enum name from the CLI as well, or get some proper feedback about what goes wrong when trying to pass it 😅 08:24
this isn't specific to Label but any global non-keyword name
Geth ¦ problem-solving: patrickbkr assigned to codesections Issue When and by whom should changes in Rakudo be documented? github.com/Raku/problem-solving/issues/343 08:28
09:18 sena_kun joined 10:12 sftp left 10:23 sftp joined 10:27 xinming left
leont Nemokosch: It will probably work if you use Getopt::Long 😉 10:48
tellable6 leont, I'll pass your message to Nemokosch
Nemokosch I'm curious about what actually happened 10:52
But thanks for the advice, it can come handy, especially if others don't like the default argument parsing 10:53
11:27 linkable6 left, evalable6 left 11:29 evalable6 joined 11:30 linkable6 joined 12:06 reportable6 left, reportable6 joined 12:21 TieUpYourCamel left 12:50 [Coke] left 12:54 [Coke] joined 13:16 Juerd left 13:17 Juerd joined 13:24 TieUpYourCamel joined
lizmat clickbaits rakudoweekly.blog/2022/08/22/2022-34-rakuust/ 13:34
13:37 morte_ joined
sjn clicks the bait uncritically 13:40
13:54 bigdata left 14:54 statisfiable6 left, quotable6 left, bisectable6 left, linkable6 left, releasable6 left, unicodable6 left, bloatable6 left, sourceable6 left, coverable6 left, shareable6 left, squashable6 left, nativecallable6 left, notable6 left, tellable6 left, benchable6 left, committable6 left, greppable6 left, reportable6 left, evalable6 left, notable6 joined, committable6 joined, linkable6 joined, sourceable6 joined, quotable6 joined, benchable6 joined, tellable6 joined, unicodable6 joined 14:55 greppable6 joined, shareable6 joined, squashable6 joined, statisfiable6 joined, nativecallable6 joined 14:56 evalable6 joined, reportable6 joined, bloatable6 joined, coverable6 joined, bisectable6 joined 14:57 releasable6 joined 15:57 sourceable6 left, tellable6 left, bisectable6 left, linkable6 left, greppable6 left, quotable6 left, shareable6 left, unicodable6 left, releasable6 left, squashable6 left, notable6 left, benchable6 left, statisfiable6 left, reportable6 left, evalable6 left, coverable6 left, nativecallable6 left, bloatable6 left, committable6 left, quotable6 joined, reportable6 joined, evalable6 joined 15:58 statisfiable6 joined, nativecallable6 joined, releasable6 joined, squashable6 joined, tellable6 joined, notable6 joined, shareable6 joined, sourceable6 joined 15:59 committable6 joined, bisectable6 joined, greppable6 joined, bloatable6 joined 16:00 coverable6 joined, linkable6 joined, benchable6 joined, unicodable6 joined 16:19 eseyman left, eseyman joined 16:36 dakkar left
tonyo some good articles in there 16:48
tellable6 2022-08-21T04:31:32Z #raku <Xliff> tonyo Nice! I'd love to see it when you're done! If you need someone to test, please let me know.
2022-08-22T12:45:33Z #raku <ab5tract> tonyo I meant that it seemed like all I had to do was call fez from within a checked out repo. Meaning that if I checked out a repo that wasn't already on fez, I could "claim" it 16:49
17:02 sena_kun left 17:04 sena_kun joined 17:23 abraxxa left 17:30 djerius left 17:32 djerius joined 17:42 vrurg_ left, vrurg joined 17:57 sena_kun left 17:59 sena_kun joined 18:00 squashable6 left 18:03 squashable6 joined 18:07 reportable6 left 18:08 reportable6 joined
p6steve liking this from python comparisons... for '2.54 centimeter to inch'.split('to') { say (♎️"$^a").in: $^b } #1inch 18:17
(modesty requires to say that I'm surprised it works so well!_ 18:18
)
tonyo m: '2.54 centimeter to inch'.split('to') { say (♎️"$^a").in: $^b } 18:19
camelia ===SORRY!=== Error while compiling <tmp>
Unexpected block in infix position (missing statement control word before the expression?)
at <tmp>:1
------> '2.54 centimeter to inch'.split('to')⏏ { say (♎️"$^a").in: $^b }
expe…
19:08 linkable6 left, evalable6 left 19:11 evalable6 joined, linkable6 joined 19:13 sena_kun left 19:16 sena_kun joined 19:23 n1to joined, morte_ left 19:47 sena_kun left 19:48 justache is now known as justache_, justache_ is now known as justache 19:54 morte_ joined 20:02 sena_kun joined 20:15 aye joined
aye hello hello 20:15
20:16 aye left 20:19 morte_ left 20:28 morte_ joined
guifa waves hi 20:31
20:54 sena_kun left
[Coke] . 21:16
quibono: if you're looking for backend work (deep in review), I would recommend working on a .NET backend to nqp 21:19
I have stared at that todo for a bit and not been able to start peeling it away. 21:20
21:21 n1to left 22:03 morte_ left 23:03 unicodable6 left, bisectable6 left, tellable6 left, statisfiable6 left, releasable6 left, bloatable6 left, sourceable6 left, squashable6 left, evalable6 left, linkable6 left, greppable6 left, reportable6 left, quotable6 left, benchable6 left, coverable6 left, shareable6 left, notable6 left, committable6 left, nativecallable6 left, releasable6 joined, squashable6 joined, tellable6 joined, statisfiable6 joined 23:04 sourceable6 joined, bisectable6 joined, coverable6 joined, committable6 joined 23:05 greppable6 joined, reportable6 joined, unicodable6 joined, benchable6 joined, shareable6 joined, notable6 joined, linkable6 joined, quotable6 joined, nativecallable6 joined 23:06 evalable6 joined, bloatable6 joined