🦋 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:07 frost-lab joined 00:31 frost-lab left 00:43 sivoais left 00:50 aluaces left
sjn happy new year, #raku! :-D 00:50
01:05 mowcat left 01:08 frost-lab joined 01:19 wamba left 01:39 guifa2 joined 01:40 guifa2 left 01:58 Doc_Holliwood left 02:00 pecastro left 02:29 Tirifto left 02:33 Geth left, Geth joined 03:33 greppable6 left, linkable6 left, committable6 left, sourceable6 left, nativecallable6 left, quotable6 left, tellable6 left, evalable6 left, unicodable6 left, benchable6 left, squashable6 left, shareable6 left, coverable6 left, bloatable6 left, notable6 left, releasable6 left, bisectable6 left, statisfiable6 left 03:34 quotable6 joined, nativecallable6 joined, bloatable6 joined, tellable6 joined, greppable6 joined, sourceable6 joined, squashable6 joined, releasable6 joined, bisectable6 joined 03:35 benchable6 joined, evalable6 joined, statisfiable6 joined
timotimo m: say 2020.succ#s 03:35
camelia 2021
03:36 notable6 joined, shareable6 joined, committable6 joined, unicodable6 joined, coverable6 joined, linkable6 joined 03:39 cpan-raku left 03:44 cpan-raku joined, cpan-raku left, cpan-raku joined 04:07 Doc_Holliwood joined 04:59 Doc_Holliwood left 05:02 Doc_Holliwood joined 05:04 squashable6 left 05:05 squashable6 joined, squashable6 left 05:06 squashable6 joined 05:37 Doc_Holliwood left 06:01 rindolf joined 06:27 jmchael left, jmchael joined 06:29 benjif left 06:35 brtastic joined 06:52 parabolize left 07:07 brtastic left 07:36 brtastic joined 08:06 defaultxr left 08:28 aluaces joined 08:32 wamba joined 08:53 jmerelo joined
jmerelo Happy new year everyone :-) 08:53
08:53 sena_kun joined
frost-lab Happy new year =* 08:54
08:56 defaultxr joined 08:58 brtastic left
moon-child * 09:01
09:07 aborazmeh joined, aborazmeh left, aborazmeh joined 09:08 Doc_Holliwood joined 09:09 sjm_uk joined, defaultxr left 09:14 defaultxr joined
coldpress ah yes, the post-multiplication-assignment operator 09:23
moon-child logically, x =* y should be the same as x * x = y 09:29
some kind of bastard postsquare operator? 09:30
09:32 aborazmeh left 09:58 sena_kun left
tib Happy new year ! :) 10:00
zef question here o/
When I use : zef install . then remove one of the dependencies (zef uninstall Data::Dump) then run again zef install, it does not install anything, but I assume that my install is broken. 10:02
(yes, using --force-install will do the trick) 10:03
This is not really a question, but maybe this deps check could be moved out of --force-install (not sure), I don't know 10:04
10:13 natrys joined 10:16 sena_kun joined
frost-lab m: my \f = -> \x { x + 1 }; say f(1) 10:22
camelia 5===SORRY!5=== Error while compiling <tmp>
Variable '&f' is not declared
at <tmp>:1
------> 3my \f = -> \x { x + 1 }; say 7⏏5f(1)
frost-lab m: my \f = -> \x { x + 1 }; say f.(1) 10:23
camelia 2
frost-lab Why this works after adding a dot? 10:27
10:27 brtastic joined
MasterDuke frost-lab: not sure, but the output of --target=ast could show you the difference 10:41
m: my \f = -> \x { x + 1 }; say &f(1) 10:42
camelia Nil
10:44 Sgeo left, aborazmeh joined, aborazmeh left, aborazmeh joined 10:59 aborazmeh left
moritz frost-lab: f() looks for an &f symbol to invoke 10:59
moon-child m: my \f = -> \x { x + 1 }; say f 1 11:00
camelia 5===SORRY!5=== Error while compiling <tmp>
Two terms in a row
at <tmp>:1
------> 3my \f = -> \x { x + 1 }; say f7⏏5 1
expecting any of:
infix
infix stopper
postfix
statement end
s…
11:00 Black_Ribbon left
raku-bridge <frost> Ah, I'm here now :) . Thanks for answering. 11:13
11:25 stoned75 joined
Geth doc: 70d1e5bc91 | (Stoned Elipot)++ | doc/Language/nativetypes.pod6
Mark native array as Positional ref #3744
11:33
linkable6 Link: docs.raku.org/language/nativetypes
DOC#3744 [open]: github.com/Raku/doc/issues/3744 [checklist][docs] Checklist for 2020.12
Geth doc: e9ff4cef0a | (Stoned Elipot)++ | doc/Type/Positional.pod6
Link [] postcircumfix operator
11:52
linkable6 Link: docs.raku.org/type/Positional
11:56 Altai-man joined 11:59 sena_kun left
lizmat Happy New Year to all the Raku folk! 12:06
Geth doc: ca255e557d | (JJ Merelo)++ | doc/Language/nativetypes.pod6
Minor reformatting and typography.
12:12
linkable6 Link: docs.raku.org/language/nativetypes
Geth doc: ba29e48939 | (JJ Merelo)++ | doc/Language/nativetypes.pod6
Minor reformatting, and deindexing

Probably it's better to eliminate one "array" in the index. Closes #3391. Also refs #2257, probably solves it, but not too clear.
12:40
doc: 7192e48ab5 | (JJ Merelo)++ | doc/Type/Metamodel/PrivateMethodContainer.pod6
Deindentation here and there and minor rephrasing
linkable6 Link: docs.raku.org/language/nativetypes
Geth doc: b53bf823d1 | (JJ Merelo)++ | doc/Type/Positional.pod6
Provide a few examples

And complete definition to make it clearer.
linkable6 DOC#3391 [closed]: github.com/Raku/doc/issues/3391 [xt] xt/examples-compilation.t
linkable6 DOC#2257 [open]: github.com/Raku/doc/issues/2257 [docs][new] Can't find native-typed arrays
linkable6 Link: docs.raku.org/type/Metamodel::Priv...dContainer
Link: docs.raku.org/type/Positional
12:49 pecastro joined 12:57 Tirifto joined 13:07 jmerelo left
xinming SmokeMachine: Today, I tried something with class blabla does Red::ResultSeq { ... }; model xxx is rs-class<blabla> { }; Failed with error `xxx cannot inherit from 'rs-class' because it is unknown` 14:01
14:07 linkable6 left, evalable6 left 14:08 evalable6 joined, linkable6 joined 14:09 codesections joined 15:09 evalable6 left, linkable6 left
Geth doc: 944edfa01d | (Stoned Elipot)++ | doc/Type/Promise.pod6
Fix link
15:10
15:11 evalable6 joined 15:12 linkable6 joined, demiurge is now known as e 15:40 sjm_uk left 15:47 parabolize joined 15:53 sjm_uk joined 15:57 sena_kun joined 15:59 Altai-man left 16:10 stoned75 left 16:11 xinming_ joined 16:14 xinming left 16:35 patrickb joined 16:51 stoned75 joined 17:38 thowe joined 17:42 Black_Ribbon joined 17:52 hankache joined
hankache hello #raku 17:53
Happy New Year
lizmat hankache o/ 18:03
glad to see you made it back here!
hankache hi lizmat! 18:04
thank you! glad to be back :)
it's been a while
lizmat having a hypersonic bang in your backyard is a sure way to mess up your life 18:05
hankache yup :( 18:06
lizmat hope things are looking up for you now 18:07
hankache We just finished fixing the house 2 days ago. I am finally back home. 18:08
lizmat glad to hear that! 18:09
thowe What happened? 18:10
hankache thowe en.wikipedia.org/wiki/2020_Beirut_explosion 18:12
thanks lizmat hoping that 2021 will be a better year for everyone
thowe OK, yeah, heard about that! 8( 18:15
18:17 Tirifto left
lizmat hankache: /me hopes so as well :-) 18:25
Geth doc: 46fa87f5e3 | (Stoned Elipot)++ | doc/Type/Promise.pod6
Fix link
18:32
linkable6 Link: docs.raku.org/type/Promise
18:36 mowcat joined 18:42 Sgeo joined 18:50 codesections left 19:07 Black_Ribbon left 19:08 sena_kun left 19:12 dataangel left, sjm_uk left 19:19 Tirifto joined 19:30 squashable6 left, hankache left 19:33 squashable6 joined 19:36 aluaces left, aluaces joined 20:26 b2gills left 20:39 Voldenet left 20:45 Voldenet joined, Voldenet left, Voldenet joined 20:46 b2gills joined 20:47 rindolf left 20:52 brtastic left 20:59 brtastic joined 21:06 sena_kun joined 21:18 benjif joined 21:19 Black_Ribbon joined 21:23 cpan-raku left 21:37 brtastic left, cpan-raku joined, cpan-raku left, cpan-raku joined 21:48 hankache joined 22:07 Tirifto left 22:11 defaultxr left 22:13 defaultxr joined 22:18 stoned75 left 22:25 natrys left 22:31 Doc_Holliwood left 22:38 natrys joined 22:41 natrys left 22:50 hankache left 23:13 wamba left 23:31 dataangel joined 23:41 sena_kun left, patrickb left