🦋 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.
rypervenche TWEAK will only get called at the creation of an object, correct? If I update an attribute it won't run again? 02:58
I don't know why I didn't just test that. Looks like it's only on creation. :) 03:00
Kaiepi o/ 06:53
Kaiepi i'm finally getting around to writing the documentation for Trait::Traced's plugin support 06:57
i worry that i'm not clear enough about how to use the apis it provides, since they're very generic though 06:58
is this clear about how you work with custom trace types? github.com/Kaiepi/ra-Trait-Traced/...om-Tracing
rir For what does SSA stand in "SSA-style constants"? 14:10
moritz rir: en.wikipedia.org/wiki/Static_singl...nment_form 14:15
Geth ecosystem: ca7674fd01 | (Ramiro Encinas)++ (committed using GitHub Web editor) | META.list
Add System-Stats-MEMUsage to ecosystem.

See github.com/ramiroencinas/System-Stats-MEMUsage
15:39
terminatorul Hello guys ! 22:03
Is there a way to implement this please ?
m: role R[$a] { }; role Q[$b] does R[$b] { }
camelia ( no output )
terminatorul Oh ... in here it works ...
How do I avoid the error "No appropriate parametric role variant available for 'R'" ? 22:04
That I get on my system ?
m: $*PERL 22:05
camelia ( no output )
terminatorul m: say $*PERL
camelia Raku (6.d)
terminatorul 6.d is the version I have also, but on my perl it doesn't work... 22:06
lizmat news.perlfoundation.org/post/grant...st-2020-08 # jnthn's latest RakuAST grant report 22:08
m: say $*RAKU.compiler.version
camelia v2020.07.84.gf.2464.e.338
lizmat terminatorul: ^^ what does that say for you ? 22:09
bisectable6: role R[$a] { }; role Q[$b] does R[$b] { }
bisectable6 lizmat, Will bisect the whole range automagically because no endpoints were provided, hang tight
terminatorul v2020.05.1
bisectable6 lizmat, ¦6c (46 commits): «»
lizmat, Nothing to bisect!
terminatorul I installed Rakduo star... 22:10
lizmat terminatorul: could you try changing the names? Q[] may cause some parsing issues, Istr
terminatorul Wow ... suddenly it works now ?!!! 22:12
m: role Handle[$a] { }; role QuraTy[$b, $c] does Handle[$b] { }
camelia ( no output )
terminatorul What about the name Q ?
jdv79 docs.raku.org/syntax/Q i'd guess 22:13
terminatorul Indeed, thank you ! 22:15
m: role ClassCode[Str $a] { sub show-it { say $a } }; role SQLState[Str $b, Str $c] does ClassCode[$b] { }; SQLState['HY', '0010'].new.show-it 22:22
camelia 5===SORRY!5=== Error while compiling <tmp>
No appropriate parametric role variant available for 'ClassCode'
at <tmp>:1
terminatorul got it !
still not working... 22:23
gfldex lolibloggedalittle: gfldex.wordpress.com/2020/08/23/ex...colourful/ 22:45
timotimo .seen bduggan 23:47
tellable6_ timotimo, I haven't seen bduggan around, did you mean dduncan?
SmokeMachine How can I add a photo method on a class using MOP? 23:50