🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
jdv i thought Nil could be passed in an arg list for a optional param and it would cause the default to be used 00:12
i guess its only with "is default" declaration
timo i only know that assigning it to a container gives it its default back, but signature binding isn't assignment, but binding
jdv right 00:13
00:35 kjp left 00:37 kjp joined 01:50 Sgeo left 01:59 ming__ left, ming__ joined 02:00 ming__ left, yewscion joined 02:38 hulk joined, kylese left 02:44 Sgeo joined
guifa antononcube: what do you mean? 02:47
antononcube @guifa I applied to teach a summer class with schedule that overlaps with the TPRC-2025 conference days. I thought I could visit TPRC-2025 during the weekend, but it seems there some mentoring in the weekends is also required. 03:08
guifa aaaah
sorry I understood that as something internal about TPRC conference was problematic for you 03:09
antononcube @guifa Damn! I missed the opportunity to answer from that POV!
@guifa How many of your talks are about LLMs-&-Raku ? 03:10
03:15 hulk left, kylese joined 03:16 Sgeo left 03:20 Sgeo joined 03:58 abraxxa-home joined 04:18 nil78 is now known as pale 04:23 Aedil joined 05:29 Sgeo left 06:16 [Coke] left 06:21 [Coke] joined 06:32 Sgeo joined 06:36 Sgeo left 06:42 abraxxa-home left 06:57 Sgeo joined 06:59 Sgeo_ joined 07:03 Sgeo left 07:32 Sgeo_ left 07:35 gugod left, slu left 07:40 gugod joined, slu joined 08:33 Tirifto left 08:35 Tirifto joined 09:03 dutchie__ left, dutchie__ joined 09:04 dutchie left, dutchie__ is now known as dutchie 09:12 dakkar joined 13:45 sjn left 14:32 rir joined 14:37 sjn joined 14:53 Sgeo joined
rir Should a $NativeCall::Types::ok-REPRs key be used instead of a Native::Types class in "class Cobj is repr('CPointer') {Code here; }" ? 15:07
^ s/instead of a/like/ 15:08
15:27 melezhik joined
melezhik o/ 15:27
I want to .subst using regexp and named captures in second part, 15:28
m: my $a = "hello"; $a.subst(/ $<foo> = [ \w ]   /,~$<foo>); say $a; 15:29
camelia Use of Nil in string context
hello
in block <unit> at <tmp> line 1
melezhik m: my $a = "hello"; $a.subst(/ $<foo> = [ (\w) ]   /,~$<foo>); say $a; 15:30
camelia Use of Nil in string context
hello
in block <unit> at <tmp> line 1
melezhik m: my $a = "hello123"; $a.subst(/ $<foo> = [ \d ]   /,~$<foo>); say $a; 15:31
camelia Use of Nil in string context
hello123
in block <unit> at <tmp> line 1
melezhik uuups, looks like ~$<foo> is evaled too early ... ) 15:34
m: my $a = 'abc123'; $a ~~ s:g/( \d )/$0./; say $a; 15:39
camelia abc1.2.3.
15:44 Sgeo left 16:04 Sgeo joined 16:09 melezhik left
guifa antononcube: I'm not, going to hold off on that for an article 16:30
17:36 dakkar left 17:46 Sgeo left 18:09 Sgeo joined 18:23 TempIRCLogger joined, TempIRCLogger left 18:46 bdju left 18:48 bdju joined 19:15 yewscion left
tonyo tbrowder: just fixed the env var Data::Dump issue 19:27
upgrading to 0.0.15 should fix it for ya
19:48 ttysteale left 20:26 snonux left 20:27 snonux joined 20:28 snonux left 20:29 snonux joined, snonux left 20:31 snonux joined 21:18 yewscion joined 21:38 Aedil left 21:39 sena_kun joined 22:10 bdju left 22:13 bdju joined 22:33 sena_kun left 23:41 Sgeo left 23:53 Sgeo joined
tbrowder . 23:55
tonyo: not fixed yet... 23:56