[00:49] *** maylay left
[00:52] *** maylay joined
[01:25] *** hulk joined
[01:26] *** kylese left
[02:08] *** leppard left
[02:15] *** hulk left
[02:17] *** kylese joined
[02:26] *** kurahaupo left
[02:29] *** kurahaupo joined
[02:42] *** kurahaupo left
[02:44] *** kurahaupo joined
[02:44] *** kurahaupo left
[02:45] *** kurahaupo joined
[05:01] *** Sgeo left
[05:04] *** wayland left
[05:14] *** wayland76 joined
[06:09] *** xinming left
[06:10] *** xinming joined
[06:24] *** leppard joined
[06:33] *** xinming left
[06:35] *** xinming joined
[06:50] <disbot> <simon_sibl> when doing grammar, if I want one of the rule to be case insensitive, should I do rule foobar:i {} ?

[06:51] <disbot> <simon_sibl> because if I do lets say rule foobar {:i 'some' 'thing'} the case insensitivity is only for "some" right ?

[06:52] *** wayland76 left
[06:52] *** wayland76 joined
[07:06] *** xinming left
[08:08] *** xinming joined
[08:10] *** dakkar joined
[08:34] *** xinming left
[10:17] <timo> simon_sibl, I think the case insensitivity in your example would be for the entire rule; if you want the other thing you would have to parenthesize

[10:18] <timo> m: my rule test { :i "hello" " " "world" }; say "HELLO WORLD" ~~ /<&test>/; say "hello world" ~~ /<&test>/;

[10:18] <camelia> rakudo-moar 177d09d2c: OUTPUT: «Nil␤Nil␤»

[10:18] <timo> not like this, evidently :)

[10:19] <timo> m: my rule test { :i "hello" " " "world" }; say "HELLO WORLD" ~~ &test; say "hello world" ~~ &test;

[10:19] <camelia> rakudo-moar 177d09d2c: OUTPUT: «Nil␤Nil␤»

[10:19] <timo> m: my regex test { :i "hello" " " "world" }; say "HELLO WORLD" ~~ &test; say "hello world" ~~ &test;

[10:19] <camelia> rakudo-moar 177d09d2c: OUTPUT: «｢HELLO WORLD｣␤｢hello world｣␤»

[10:20] <timo> that's it, the implicit flags on rule were not what i wanted

[10:21] <timo> m: my regex test { [:i "hello"] " " "world" }; .say for ["HELLO WORLD", "HELLO world", "hello world"] X~~ &test;

[10:21] <camelia> rakudo-moar 177d09d2c: OUTPUT: «Nil␤HELLO world␤hello world␤»

[10:22] *** xinming joined
[10:36] *** hwj joined
[11:29] *** kelt0m left
[11:29] *** kelt0m joined
[12:36] *** kelt0m is now known as Guest7251

[12:36] *** kelt0m joined
[12:38] *** Guest7251 left
[12:43] *** sp1983 joined
[12:45] <sp1983> dsci now supports podman runners if someone is willing to check it out / http://deadsimpleci.sparrowhub.io/doc/install , I’d appreciate feedback

[12:46] *** sp1983 left
[12:48] *** wayland joined
[12:49] *** wayland76 left
[13:00] *** kelt0m is now known as Guest4504

[13:00] *** Guest4504 left
[13:00] *** kelt0m joined
[13:54] *** sp1983 joined
[13:55] <sp1983> .

[13:56] *** sp1983 left
[13:57] *** sp1983 joined
[13:57] *** sp1983 left
[14:08] *** sp1983 joined
[14:08] *** sp1983 left
[15:04] *** nuno joined
[15:17] *** hwj left
[15:36] *** nuno left
[15:37] *** human-blip left
[15:39] *** human-blip joined
[15:45] *** maylay left
[15:47] *** wayland left
[15:48] *** wayland joined
[15:51] *** maylay joined
[16:32] *** dakkar left
[16:41] *** human-blip left
[16:43] *** human-blip joined
[16:44] *** Aedil left
[16:53] *** Aedil joined
[17:13] *** wayland left
[17:13] *** wayland joined
[18:26] *** hwj joined
[19:16] *** belluzj joined
[19:30] *** belluzj left
[19:32] *** belluzj joined
[19:40] *** belluzj left
[20:43] *** wayland left
[20:43] *** wayland joined
[20:53] *** wayland left
[20:54] *** wayland joined
[21:14] *** leah2 left
[21:15] *** hwj left
[21:27] *** leah2 joined
[22:05] *** xinming left
[22:16] *** leah2 left
[22:26] <[Coke]> Anyone familiar with custom azure pipeline hosts and want to tackle https://github.com/Raku/nqp/issues/860 ?

[22:29] <ugexe> honestly i'd be for removing the jvm ci tests from rakudo and replacing them with --optimize=off variants. i don't see the jvm backend being resurrected and it has been ignored in rakuast afaict

[22:31] <ugexe> --optimize=off moarvm variants^

[22:32] <ugexe> although that'd have to be rakuast only as well since legacy has more than a couple bugs with --optimize=off

[22:32] <ugexe> i.e. rakuast make test with --optimize=off and rakuast make spectest with --optimize=off

[22:40] *** Sgeo joined
[22:53] *** leah2 joined
[23:09] *** leah2 left
[23:21] *** leah2 joined
