|
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,
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
|
|||
| disbot | <simon_sibl> when doing grammar, if I want one of the rule to be case insensitive, should I do rule foobar:i {} ? | 06:50 | |
| <simon_sibl> because if I do lets say rule foobar {:i 'some' 'thing'} the case insensitivity is only for "some" right ? | 06:51 | ||
|
06:52
wayland76 left,
wayland76 joined
07:06
xinming left
08:08
xinming joined
08:10
dakkar joined
08:34
xinming left
|
|||
| 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:17 | |
| m: my rule test { :i "hello" " " "world" }; say "HELLO WORLD" ~~ /<&test>/; say "hello world" ~~ /<&test>/; | 10:18 | ||
| camelia | Nil Nil |
||
| timo | not like this, evidently :) | ||
| m: my rule test { :i "hello" " " "world" }; say "HELLO WORLD" ~~ &test; say "hello world" ~~ &test; | 10:19 | ||
| camelia | Nil Nil |
||
| timo | m: my regex test { :i "hello" " " "world" }; say "HELLO WORLD" ~~ &test; say "hello world" ~~ &test; | ||
| camelia | 「HELLO WORLD」 「hello world」 |
||
| timo | that's it, the implicit flags on rule were not what i wanted | 10:20 | |
| m: my regex test { [:i "hello"] " " "world" }; .say for ["HELLO WORLD", "HELLO world", "hello world"] X~~ &test; | 10:21 | ||
| camelia | Nil HELLO world hello world |
||
|
10:22
xinming joined
10:36
hwj joined
11:29
kelt0m left,
kelt0m joined
12:36
kelt0m is now known as Guest7251,
kelt0m joined
12:38
Guest7251 left
12:43
sp1983 joined
|
|||
| sp1983 | dsci now supports podman runners if someone is willing to check it out / deadsimpleci.sparrowhub.io/doc/install , I’d appreciate feedback | 12:45 | |
|
12:46
sp1983 left
12:48
wayland joined
12:49
wayland76 left
13:00
kelt0m is now known as Guest4504,
Guest4504 left,
kelt0m joined
13:54
sp1983 joined
|
|||
| sp1983 | . | 13:55 | |
|
13:56
sp1983 left
13:57
sp1983 joined,
sp1983 left
14:08
sp1983 joined,
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,
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,
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
|
|||
| [Coke] | Anyone familiar with custom azure pipeline hosts and want to tackle github.com/Raku/nqp/issues/860 ? | 22:26 | |
| 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:29 | |
| --optimize=off moarvm variants^ | 22:31 | ||
| although that'd have to be rakuast only as well since legacy has more than a couple bugs with --optimize=off | 22:32 | ||
| 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
|
|||