🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
Xliff AlexDaniel: Heya! So are we back to logging on colabti, now? 00:31
Matrix IRC has the most features of what? 00:33
lizmat does anybody remember the rationale for Regex.ACCEPTS returning a Match object rather than a Bool ? 09:45
lizmat just realized that something like .grep(Regex) could be made 60% faster if Regex.ACCEPTS would just return a Bool 10:01
alternately, the .grep(Regex) candidate could do a .contains(Regex) for similar speedups, but alas that fails because e.g. Pair does not have a .contains method :-( 10:15
nine lizmat: I guess Regex.ACCEPTS returns a match for my $match = "foobar" ~~ /foo(\w+)/ 16:49
gfldex m: use v6.e.PREVIEW; my $foo = "a+b"; dd "aaaaab" ~~ m/<{$foo}>/; 19:07
camelia Don't know setting RESTRICTED
at gen/moar/ModuleLoader.nqp:249 (/home/camelia/rakudo-m-inst-1/share/perl6/lib/Perl6/ModuleLoader.moarvm:previous_setting_name)
from gen/moar/ModuleLoader.nqp:254 (/home/camelia/rakudo-m-inst-1/share/perl6/lib/…
gfldex Type check failed in binding to parameter '$context'; expected PseudoStash but got PseudoStash (PseudoStash.new(("\$...) in block <unit> at 2021-03-08.raku line 256 19:08
^^^ That is a regession. The code comes from github.com/Raku/roast/blob/master/...variable.t .
Is use v6.e.PREVIEW; run in a CIT? 19:09
Against Roast that is. 19:19
[Coke] anything left to fix in r#4150 ? 21:49
github.com/rakudo/rakudo/issues/4150
lizmat don't think so 21:51
[Coke] lizmat: if github.com/rakudo/rakudo/issues/3992 is based on the RSC following the guidance of counsel... can we reject the ticket? 21:56
s/we/you/, really.
lizmat I'd say leave open until we have clarity on the trademark 21:57
which we do not have yet :-(
sleep&
[Coke] I thought the laywer provided the clarity. 22:03
.ask lizmat you said you were going to close github.com/rakudo/rakudo/issues/3748 a year ago, please consider again 22:04
tellable6 [Coke], I'll pass your message to lizmat
[Coke] can someone look at github.com/rakudo/rakudo/issues/3392 and see if we can close based on vrurg's comment, which is basically "works as intended" ? 22:12
also github.com/rakudo/rakudo/issues/3316 22:14
also github.com/rakudo/rakudo/issues/3106 22:21
also github.com/rakudo/rakudo/issues/3033 22:23
also github.com/rakudo/rakudo/issues/2936 22:26
(done for now. many of those are either "please add this thing" which initial comments said no to, or works as intended, or... hopefully closable with little effort. 22:27