🦋 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:01 sena_kun joined
SmokeMachine Could some one help me to make it a little bit better written, please? fco.github.io/Red/tutorials/relationship.html 00:02
00:03 Altai-man_ left 00:36 [particle] left 00:37 [particle] joined 00:47 Kaiepi left 00:49 zacts left 00:55 PavelB joined 01:04 MilkmanDan left 01:07 molaf left 01:08 MilkmanDan joined 01:12 oddp left 01:20 molaf joined 01:35 Kaiepi joined 01:37 mowcat left 01:41 vike left
Xliff jnthn++: Excellent talk. Looking forward to more progress 01:46
cpan-raku New module released to CPAN! Test::Async (0.0.14) by 03VRURG 01:47
01:48 vrurg left, vrurg joined 01:54 vike joined 02:00 Altai-man_ joined 02:03 sena_kun left 02:05 Manifest0 left, k-man left, Manifest0 joined
softmoth Is there any way to save common command-line options (in a Signature?) and then slip them into several MAIN multis? Like my \common := :(:v(:$verbose), :d(:$doc), :n(:$nopager))); multi MAIN(|common #`(doesn't work), $query) { ... } 02:14
02:21 MilkmanDan left
guifa softmoth: unfortunately, no. Maybe a work around could be to use dynamic variables and redispatching 02:27
ACtually, if you build up the method via metaprogramming, you might be able to, but taht’s super overkill
softmoth Sure, it's a lot uglier than copying the variables, probably. I am hoping to have $*USAGE be usable, so I'll just try to format the text to be easy to cut-n-paste any updates. 02:29
Thank you!
guifa That said, one little trick that I’ve learned wrt dynamics
You can define a dynamic in the signature, so it autopropogates, for lack of a better term
multi MAIN ($*first, $*second) { samewith :redispatched } 02:30
you could then have something like multi MAIN (:redispatched!) { $*first + $*second } 02:31
at least I think samewith will pass aong dynams
softmoth I guess ¡macros! will make it easy. :-D 02:42
02:49 k-man joined 02:56 Doc_Holliwould joined 02:59 Doc_Holliwood left 03:04 PavelB left 03:05 lucasb left 03:08 zacts joined
Xliff softmoth: Hah! Wait until you see the macros... 03:18
03:45 _jrjsmrtn joined, __jrjsmrtn__ left 04:02 sena_kun joined 04:04 Altai-man_ left 04:06 Doc_Holliwould left 04:20 xinming left, xinming joined 04:42 xinming_ joined, zacts left 04:45 xinming left 05:16 bocaneri joined 05:24 Kaiepi left 05:25 Kaiepi joined 05:34 zacts joined 06:00 rage_kage left 06:01 Altai-man_ joined 06:03 sena_kun left 06:39 lichtkind_ joined 06:50 aborazmeh joined, aborazmeh left, aborazmeh joined 06:51 lichtkind_ left 06:52 JJMerelo joined 07:26 zacts left, zacts joined 07:30 reach_satori_ left 07:34 xinming_ left 07:36 xinming_ joined 07:43 JJMerelo left
Xliff m: for ^6 { say do given { when ! 3 { say 'Hi!' }; default { 'Bleah!' }; }; } 07:44
camelia 5===SORRY!5===
Expression needs parens to avoid gobbling block
at <tmp>:1
------> 033 { say 'Hi!' }; default { 'Bleah!' }; }7⏏5; }
Missing block (apparently claimed by expression)
at <tmp>:1
------> 033 { say 'Hi!' }; default { …
Xliff m: for ^6 { say do { when ! 3 { say 'Hi!' }; default { 'Bleah!' }; }; }
camelia Bleah!
Bleah!
Bleah!
Bleah!
Bleah!
Bleah!
Xliff m: for ^6 { say do { when none(3) { say 'Hi!' }; default { 'Bleah!' }; }; } 07:45
camelia Hi!
True
Hi!
True
Hi!
True
Bleah!
Hi!
True
Hi!
True
Xliff m: for ^6 { say do { when none(3) { 'Hi!' }; default { 'Bleah!' }; }; }
camelia Hi!
Hi!
Hi!
Bleah!
Hi!
Hi!
07:47 reach_satori joined 07:56 aborazmeh left, rindolf joined 07:58 chloekek joined 07:59 xinming_ left, xinming_ joined 08:02 sena_kun joined 08:04 Altai-man_ left
ensamvarg p6; say "Hello world!"; 08:13
p6: say "Hello world!";
camelia Hello world!
08:19 xinming_ left, xinming_ joined
ensamvarg p6: say "Rakudo star!"; 08:19
camelia Rakudo star!
08:24 soursBot joined 08:34 skids left 08:47 chloekek left 09:05 oddp joined 09:09 chloekek joined 09:11 Sgeo left 09:24 Black_Ribbon left, epony left 09:32 epony joined 09:33 finanalyst joined 09:36 Doc_Holliwould joined 09:47 softmoth left, aborazmeh joined, aborazmeh left, aborazmeh joined, epony left 09:56 epony joined 09:57 Manifest0 left 09:59 Manifest0 joined 10:01 Altai-man_ joined 10:03 sena_kun left 10:05 dolmen joined 10:08 dolmen left, dolmen joined 10:09 antoniogamiz joined
antoniogamiz o/ 10:10
10:11 pecastro joined 10:13 dolmen left 10:21 xinming_ left 10:22 xinming_ joined 10:24 aborazmeh left 10:34 stoned75 joined 10:49 soursBot left 10:52 soursBot joined 11:06 nige left 11:08 kiwi_12334455 left 11:15 Kaiepi left 11:21 sno left 11:22 aborazmeh joined, aborazmeh left, aborazmeh joined 11:43 Kaiepi joined 11:46 finanalyst left, aborazmeh left 11:48 finanalyst joined 12:02 sena_kun joined 12:04 Altai-man_ left 12:05 antoniogamiz left 12:09 soursBot left, soursBot joined 12:25 Kaiepi left, Kaiepi joined, cpan-raku left 12:26 cpan-raku joined, cpan-raku left, cpan-raku joined 12:38 rbt left, rbt joined 12:42 zacts left 12:43 zacts joined 13:05 soursBot left 13:27 soursBot joined 13:36 chloekek left 13:38 molaf left
tbrowder antoniogamiz: hello 13:42
tellable6 tbrowder, I'll pass your message to antoniogamiz
tbrowder anyone here use jonathon stowe's fastcgi? 13:43
tellable6 2020-06-09T14:34:22Z #raku <melezhik> tbrowder - I see, NP.
13:47 chloekek joined 13:57 brtastic joined 14:01 Altai-man_ joined 14:03 sena_kun left 14:18 camelCaser joined, ccamel left 14:32 Geth left, Geth joined 14:37 fling joined
fling Hello. 14:37
14:37 xinming_ left
moritz Hi fling 14:38
14:39 xinming_ joined 14:47 zacts left 14:51 wamba joined 14:56 vike left 15:07 timlegge joined 15:17 kensanata joined 15:19 zacts joined 15:28 soursBot left 15:29 titsuki joined 15:31 soursBot joined 15:51 vike joined
cpan-raku New module released to CPAN! App::AizuOnlineJudge (0.0.4) by 03TITSUKI 15:56
16:02 sena_kun joined 16:04 Altai-man_ left 16:11 JJMerelo joined 16:20 zacts left 16:23 Maylay left 16:26 stoned75 left
Geth ecosystem: f3e0715386 | (Richard Hainsworth)++ (committed using GitHub Web editor) | META.list
Adding Pod::From::Cache to the Ecosystem

Test::META test passing with :relaxed-name
16:27
ecosystem: 5c56c62278 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | META.list
Merge pull request #511 from Raku/finanalyst-patch-2

Adding Pod::From::Cache to the Ecosystem All green now. Thanks!
16:28 softmoth joined 16:30 stoned75 joined 16:36 Doc_Holliwould left 16:37 titsuki left 16:41 rbt left, rbt joined 16:59 Maylay joined
cpan-raku New module released to CPAN! Archive::SimpleZip (0.4.0) by 03PMQS 17:02
17:06 brtastic left 17:07 soursBot left 17:10 Doc_Holliwould joined 17:14 soursBot joined 17:20 soursBot left, soursBot joined 17:21 skids joined 17:36 retropikzel joined 17:48 wamba left
JJMerelo Any idea of how you can make the Comma parallel monitor show more than 16 seconds? 17:52
tellable6 2020-06-26T17:13:17Z #raku <melezhik> JJMerelo I'd like to hear your thoughts on my last update on external dependencies checks, is it what you want?
JJMerelo .tell melezhik I'm swamped now (with the book and other things). Let me get back to you later.
tellable6 JJMerelo, I'll pass your message to melezhik
Geth doc: finanalyst++ created pull request #3499:
Make existing info on contributing more visible
17:56
18:01 Altai-man_ joined 18:03 sena_kun left
Xliff Annd.... GObject Introspection has now been added to my list of projects. 18:09
18:10 soursBot left 18:19 OpenZen joined 18:20 bocaneri left 18:25 retropikzel left 18:29 Doc_Holliwould left 18:31 Doc_Holliwould joined 18:32 bocaneri joined, wamba joined 18:45 wamba left 18:46 Sgeo joined 18:48 brtastic joined 18:50 wamba joined 18:57 sno joined 19:04 epony left, rindolf left 19:10 rindolf joined 19:13 finanalyst left 19:15 Doc_Holliwould left
SmokeMachine JJMerelo: one question, are you going to change perl6 for raku on your book? 19:16
JJMerelo "Going to" is the key word here
But I don't really know when. I guess the current print run will have to be substantially sold before that happens. 19:17
The book finished production pretty much at the same time the name change was being decided.
SmokeMachine got it 19:19
19:19 Doc_Holliwould joined
SmokeMachine I'm trying to add more documentation to Red. Could some one take a look and critic to me, please? (and if possible, help me to write some more...) fco.github.io/Red/ 19:23
19:35 soursBot joined 19:59 zacts joined 20:01 lepht joined 20:02 kensanata left, sena_kun joined 20:04 Altai-man_ left 20:07 zacts left 20:22 JJMerelo left 20:31 wamba left 20:37 lepht left 20:38 bocaneri left 20:44 rbt left 20:45 rbt joined 20:48 kiwi_12334455 joined 20:51 kiwi_12334455 left, bocaneri joined 20:54 brtastic left, kensanata joined 21:00 epony joined
cpan-raku New module released to CPAN! LibUSB (0.0.1) by 03GARLANDG 21:01
21:04 genevino left 21:12 softmoth left 21:14 eseyman left 21:19 rindolf left, softmoth joined 21:21 soursBot left 21:25 zacts joined
hoelzro softmoth: thanks - I'm not really actively contributing to Raku these days, but I *believe* the fix should be as simple as updating the sample files in the repo used to build the Bayesian model 21:28
softmoth Ah, thanks for that pointer. I'll try to get around to it soon.
hoelzro and if they haven't been updated in 6 years for Raku, I'm sure refreshing them would be immensely helpful =) 21:29
no problem! the trick will be figuring out *which* sample code to submit
softmoth Indeed! ☺
21:29 hoelzro left, eseyman joined, Xliff left, hoelzro joined 21:36 softmoth left 21:40 finanalyst joined 21:41 molaf joined
Geth doc: 087533e1ba | (Richard Hainsworth)++ (committed using GitHub Web editor) | 217 files
Merge pull request #1 from Raku/master

merge upstream
21:42
doc: acbebd4e68 | finanalyst++ | doc/Language/about.pod6
Move about to 'beginning' and make subtitle meaningful
linkable6 Link: docs.raku.org/language/about
Geth doc: 09616a55b4 | (Richard Hainsworth)++ (committed using GitHub Web editor) | doc/Language/about.pod6
Merge pull request #3499 from finanalyst/master

Make existing info on contributing more visible
stoned75 anyone working on raku/doc ? 21:47
it seems to me that pod::to:html 0.7 breaks raku/doc build
22:01 Altai-man_ joined 22:04 sena_kun left 22:10 lucasb joined 22:24 kensanata left
[Coke] it's being maintained; can you open a github ticket showing the issue? 22:44
Doc_Holliwould how do I make a coercable subset? 22:47
m: subset Zero of Int() where * == 0; 22:48
camelia ( no output )
Doc_Holliwould m: subset Zero of Int() where * == 0; my Zero $z = 0;
camelia Type check failed in assignment to $z; expected Zero but got Int (0)
in block <unit> at <tmp> line 1
Doc_Holliwould m: subset Zero of Int() where * == 0; my Zero $z = "0";
camelia Type check failed in assignment to $z; expected Zero but got Str ("0")
in block <unit> at <tmp> line 1
Doc_Holliwould m: subset Zero of Int where * == 0; my Zero $z = 0;
camelia ( no output )
Doc_Holliwould m: subset Zero of Int where * == 0; sub foo( Zero() $z ) { $z.say }; foo( 0 ); 22:50
camelia 0
Doc_Holliwould m: subset Zero of Int where * == 0; sub foo( Zero() $z ) { $z.say }; foo( "0" );
camelia No such method 'Zero' for invocant of type 'Str'. Did you mean 'perl'?
in sub foo at <tmp> line 1
in block <unit> at <tmp> line 1
23:03 evalable6 left 23:04 committable6 left 23:06 committable6 joined 23:21 chloekek left 23:24 evalable6 joined 23:37 AlexDaniel left 23:41 finanalyst left 23:53 bdju left, bdju joined