🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
00:00 cognomin_ left 00:03 sena_kun joined 00:04 Altai-man_ left
discord6 <Aearnus> hey-o, does Raku have an easy way to recursively list all files in the current directory? 00:12
<Aearnus> I want the same thing as Ruby's Dir['**/*.zip']
00:13 cpan-raku left 00:14 cpan-raku joined, cpan-raku left, cpan-raku joined 00:22 sena_kun left 00:24 rindolf left 00:37 lucasb left
SmokeMachine Aearnus: this is the simplest way I’ve found: github.com/FCO/pulp/blob/master/li...p/Glob.pm6 00:48
00:56 Kaiepi joined 01:08 wildtrees left 01:12 Kaiepei joined 01:15 Kaiepi left
tbrowder Aearnus: use Raku's File::Find 01:16
see modules.raku.org
01:16 Kaiepei is now known as Kaiepi 01:26 Kaiepi left 01:28 Kaiepi joined 01:32 Kaiepi left 01:33 Kaiepi joined 02:33 shareable6 left, nativecallable6 left, greppable6 left, squashable6 left, coverable6 left, quotable6 left, unicodable6 left, committable6 left, releasable6 left, benchable6 left, reportable6 left, bisectable6 left, statisfiable6 left, notable6 left, bloatable6 left, quotable6 joined, coverable6 joined 02:34 reportable6 joined, shareable6 joined, bisectable6 joined, greppable6 joined, notable6 joined, nativecallable6 joined, benchable6 joined, squashable6 joined 02:35 unicodable6 joined, bloatable6 joined, releasable6 joined, committable6 joined 02:36 statisfiable6 joined 02:38 xinming left 02:39 xinming joined 02:57 marcusr left, marcusr joined 03:04 xinming left, Manifest0 left 03:06 Manifest0 joined, xinming joined
cpan-raku New module released to CPAN! Net::BGP (0.1.8) by 03JMASLAK 03:12
04:04 rikido joined 04:05 rikido left 04:09 xinming left 04:11 xinming joined 04:35 xinming left 04:37 xinming joined 05:06 vrurg left 05:21 xinming left, xinming joined 05:38 vrurg joined 05:55 stoned75 joined 06:02 jmerelo joined 06:24 huyna joined
huyna in Grammar for example if i have 1 rule that need to received other rules or tokens as parameter how can i do that <- i successfully did this idea with normal variable like String, Hash. 06:27
06:54 huyna left 06:56 xinming left 06:57 xinming joined 06:59 rindolf joined, rindolf left 07:01 rindolf joined 07:02 stoned75 left 07:03 jmerelo left 08:01 abraxxa joined 08:09 xinming left, xinming joined 08:12 apathor_ left 08:14 apathor_ joined
moritz m: my token a { a }; my token quoted(&by) { <&by> \d+ <&by> }; say "a135a" ~~ /<&quoted>/; 08:45
camelia 5===SORRY!5=== Error while compiling <tmp>
Undeclared routine:
by used at line 1
moritz m: my token a { a }; my token quoted(&by) { <by> \d+ <by> }; say "a135a" ~~ /<&quoted>/;
camelia Too few positionals passed; expected 2 arguments but got 1
in regex quoted at <tmp> line 1
in block <unit> at <tmp> line 1
moritz :(
08:55 sena_kun joined 09:04 scimon joined
Voldenet …but how is quoted supposed to know about 'token a' 09:44
moritz m: my token a { a }; my token quoted(&by) { <by> \d+ <by> }; say "a135a" ~~ /<&quoted(&a)>/; 10:01
camelia No such method 'by' for invocant of type 'Match'
in regex quoted at <tmp> line 1
in block <unit> at <tmp> line 1
moritz m: my token a { a }; my token quoted(&by) { <&by> \d+ <&by> }; say "a135a" ~~ /<&quoted(&a)>/; 10:02
camelia 5===SORRY!5=== Error while compiling <tmp>
Undeclared routine:
by used at line 1
10:02 Altai-man_ joined 10:04 sena_kun left 10:14 apathor_ left
tobs m: my token a { a }; my token quoted(&by) { <{ &by }> \d+ <{ &by }> }; say "a135a" ~~ /<&quoted(&a)>/; # this definitely works 10:14
camelia 「a135a」
10:15 abraxxa left
tobs but I don't know if there are downsides 10:15
10:15 abraxxa joined, apathor_ joined
moritz one downside is that it doesn't capture 10:43
m: my token a { a }; my token quoted(&by) { <{ &by }> \d+ <{ &by }> }; say "a135a" ~~ /<quoted=&quoted(&a)>/; 10:44
camelia 「a135a」
quoted => 「a135a」
tobs ah, of course 10:53
rindolf moritz: hi, ltns 10:54
moritz hi rindolf
rindolf moritz: sup? 10:55
moritz busy... 10:56
rindolf moritz: ah, doing what?
moritz work :D
rindolf moritz: ah,
moritz: gl 10:57
moritz: i hope it is gonna be temporary 10:59
moritz I kinda work pretty regularly 11:00
rindolf moritz: what? 11:01
11:02 abraxxa left
moritz software stuff 11:02
architecture, development, CI/CD, devops
training 11:03
11:04 abraxxa joined
El_Che writing books 11:04
having babies
busy guy :)
moritz that's work in one sense, but my employer doesn't pay me for either of those last two :D )
rindolf moritz: heh 11:16
moritz: so you have 101 problems? shlomifishswiki.branchable.com/99_Problems/ 11:17
cpan-raku New module released to CPAN! Math::FFT::Libfftw3 (0.3.3) by 03FRITH 11:45
11:52 abraxxa left, abraxxa joined 11:53 abraxxa left 12:03 sena_kun joined 12:04 Altai-man_ left 13:04 quotable6 left, nativecallable6 left, reportable6 left, shareable6 left, committable6 left, notable6 left, benchable6 left, greppable6 left, statisfiable6 left, releasable6 left, squashable6 left, coverable6 left, bisectable6 left, bloatable6 left, unicodable6 left 13:05 quotable6 joined, bisectable6 joined, squashable6 joined, committable6 joined, shareable6 joined 13:06 nativecallable6 joined, releasable6 joined, statisfiable6 joined, notable6 joined, greppable6 joined 13:07 coverable6 joined, reportable6 joined, unicodable6 joined 13:08 bloatable6 joined, benchable6 joined 13:09 huf_ joined
moritz I don't think my problems are enumerable 13:13
oldy but goody: deadlockempire.github.io/ 13:18
13:27 joule joined 14:02 libertas joined, Altai-man_ joined 14:04 sena_kun left 14:08 Altai-man_ left 14:12 sena_kun joined 14:16 demanuel left
mspo is there already a plan to target wasm? 14:23
14:28 mensvaga joined
vrurg mspo: no 14:37
unfortunately.
14:38 ZzZombo left 14:40 ZzZombo joined 14:54 rbt joined 15:29 scovit joined 15:36 apathor_ left 15:56 patrickb joined 16:03 Altai-man_ joined 16:05 sena_kun left 16:06 scimon left 16:13 scimon joined 16:15 rindolf left 16:20 rindolf joined 16:28 scimon left 16:34 lucasb joined 16:46 joule left 17:25 maettu left 17:56 wildtrees joined, cpan-raku left 17:58 cpan-raku joined, cpan-raku left, cpan-raku joined 18:00 robertle joined 18:04 sena_kun joined 18:05 Altai-man_ left 18:38 veesh left 18:40 scovit left 18:52 veesh joined 18:56 huf_ is now known as huf 19:08 jaldhar joined 19:21 jaldhar_ joined 19:22 jaldhar_ left 19:23 jaldhar_ joined 19:24 jaldhar left 19:26 jaldhar_ left 19:27 jaldhar_ joined 19:28 jaldhar_ left 19:29 jaldhar_ joined 19:30 jaldhar_ left 19:31 jaldhar_ joined 19:34 jaldhar_ left 19:35 jaldhar_ joined 19:36 jaldhar_ left 19:37 jaldhar_ joined 19:38 jaldhar_ left 19:39 jaldhar_ joined 19:42 mensvaga left 19:46 jaldhar_ left 19:47 jaldhar_ joined
moritz .seen jjmerelo 19:47
tellable6 moritz, I saw jjmerelo 2019-11-21T17:53:55Z in #raku: <jmerelo> tbrowder: it sure would :-)
19:48 jaldhar_ left 19:49 jaldhar_ joined
AlexDaniel I love that bot :D 19:49
19:50 jaldhar_ left
moritz too 19:50
19:51 jaldhar_ joined
moritz it's going to be a three way marriage: the bot, AlexDaniel and me :D 19:51
AlexDaniel đź‘Ť
19:51 Kaiepi left
AlexDaniel if tellable6 doesn't mind :) 19:51
anyway, thanks, tellable6! 19:52
tellable6 AlexDaniel, \o/
19:52 jaldhar_ left 19:53 jaldhar_ joined 19:54 jaldhar_ left 19:55 jaldhar_ joined 20:02 jaldhar_ left 20:03 jaldhar_ joined, Altai-man_ joined 20:05 sena_kun left 20:06 jaldhar_ left 20:07 jaldhar_ joined 20:08 jaldhar_ left 20:09 jaldhar_ joined 20:18 jaldhar_ left 20:19 jaldhar_ joined, MasterDuke joined 20:24 stoned75 joined 20:28 jaldhar_ left 20:29 jaldhar_ joined 20:30 jaldhar_ left 20:31 jaldhar_ joined 20:32 jaldhar_ left 20:33 jaldhar_ joined 20:34 jaldhar_ left 20:35 jaldhar_ joined 20:36 jaldhar_ left 20:37 jaldhar_ joined, rindolf left 20:38 jaldhar_ left 20:39 jaldhar_ joined 20:40 Kaiepi joined 21:02 chloekek joined
Geth ¦ problem-solving: JJ self-unassigned "Path to Raku" is missing change of linux module namespaces github.com/perl6/problem-solving/issues/130 21:07
21:09 jaldhar_ left, libertas left 21:11 libertas joined 21:23 lucasb left
Geth ¦ problem-solving: AlexDaniel self-assigned "Path to Raku" is missing change of linux module namespaces github.com/perl6/problem-solving/issues/130 21:30
21:35 rbt left 21:43 libertas left 22:03 sena_kun joined 22:05 Altai-man_ left 22:09 libertas joined
Geth rakudo.org/master: 6 commits pushed by (Patrick Böker)++ 22:13
patrickb That push was not intentional!
Will hard reset break stuff? 22:14
El_Che if no ones pushes after you 22:15
I mean before the reset 22:16
patrickb AlexDaniel: What do you think? Can I hard reset without some cron job breaking?
El_Che if that's the case you can revert, but they will stay in the history
AlexDaniel patrickb: reverting is safer 22:17
patrickb mkay
22:18 Kaiepi left
AlexDaniel I'd say no force pushes unless you really need to hide some stuff. It's also fine if it's a small repo that doesn't matter 22:18
Geth rakudo.org: 4c67f00fac | (Patrick Böker)++ | 25 files
Revert previous accidental push.
22:22
patrickb There it goes. 22:23
AlexDaniel thanks :) 22:24
22:25 Kaiepi joined 22:27 Kaiepi left 22:29 Kaiepi joined 22:35 Kaiepi left 22:36 robertle left 22:37 Kaiepi joined 22:40 moon-child joined 22:44 chloekek left
guifa That…took longer than it should have 23:29
use Intl::LanguageTag; Language::English #`( English ) Language::English.Str #`( en )
Managed to import a descriptive name of all the known language tags as an enum inside the language package. 23:30
23:39 MasterDuke left