🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 25 August 2021. |
|||
00:00
squashable6 left,
linkable6 left,
silug left,
evalable6 left,
thundergnat left,
Kaiepi left,
Od1n left,
mjgardner left,
sftp left,
Sgeo left,
gfldex left,
rypervenche left,
samcv left,
andinus left,
skaji left,
charsbar left,
sacomo left,
japhb left,
mykhal left,
nine left,
nine joined,
linkable6 joined,
evalable6 joined,
squashable6 joined,
charsbar joined,
Od1n joined,
silug joined,
rypervenche joined,
Kaiepi joined,
skaji joined,
sacomo joined,
thundergnat joined,
lichtkind left,
rypervenche left,
rypervenche joined,
mjgardner joined,
andinus joined
00:02
sftp joined,
samcv joined,
lichtkind_ left
00:04
reportable6 left
00:05
gfldex joined,
mykhal joined,
japhb joined
00:13
hors joined
00:27
no-n is now known as pony
00:44
melezhik left
01:18
swaggboi left
|
|||
timo | the negative prime directive be like: mess with ALL lower lifeforms ̵ | 01:24 | |
01:33
swaggboi joined
01:48
Xliff_ joined
01:51
_Xliff_ left
01:53
_Xliff_ joined
01:55
Xliff_ left
02:00
Xliff_ joined
02:03
_Xliff_ left
02:05
reportable6 joined,
_Xliff_ joined
02:08
Xliff_ left
02:13
Xliff_ joined
02:15
_Xliff_ left
02:23
_Xliff_ joined,
squashable6 left
02:25
squashable6 joined,
Xliff_ left
02:26
Xliff joined
02:28
_Xliff_ left
02:32
Xliff_ joined
02:34
Xliff left
02:38
_Xliff_ joined
02:40
Xliff_ left
02:48
Xliff_ joined
02:51
_Xliff_ left
02:52
Sgeo joined
03:37
squashable6 left
03:40
squashable6 joined
04:40
_Xliff_ joined
04:43
Xliff_ left
05:11
pony left
05:13
pony joined
05:28
no-n joined,
pony left
05:29
no-n is now known as pony
06:02
reportable6 left
07:02
coverable6 left,
nativecallable6 left,
unicodable6 left,
statisfiable6 left,
notable6 left,
sourceable6 left,
evalable6 left,
greppable6 left,
quotable6 left,
tellable6 left,
benchable6 left,
bisectable6 left,
squashable6 left,
releasable6 left,
committable6 left,
shareable6 left,
bloatable6 left,
linkable6 left,
bloatable6 joined
07:04
benchable6 joined,
tellable6 joined,
sourceable6 joined
07:05
notable6 joined,
committable6 joined,
releasable6 joined
07:35
Xliff_ joined
07:36
lichtkind_ joined
07:38
_Xliff_ left
08:03
unicodable6 joined
08:20
Sgeo left
09:03
statisfiable6 joined,
greppable6 joined
|
|||
Geth | doc: dumarchie++ created pull request #3975: Improve documentation of the list routine |
09:11 | |
09:15
dumarchie joined
09:29
pony left
09:31
pony joined
09:33
dumarchie left
10:03
linkable6 joined,
squashable6 joined
10:04
bisectable6 joined
10:05
nativecallable6 joined,
shareable6 joined
10:12
kylese joined
10:49
kylese left
11:04
evalable6 joined
11:27
nebuchadnezzar left
11:43
lichtkind_ left
12:03
coverable6 joined
12:37
kylese joined
13:02
quotable6 joined
13:03
reportable6 joined
13:20
tejr left
13:21
tejr joined
13:26
linkable6 left
13:28
linkable6 joined
14:16
monkey_ joined
|
|||
demostanis[m] | Is there any way I can have a variable inside a <-[ ]>? | 14:35 | |
I have `my $sep = ','` and I want to match anything but $sep... | |||
moritz_ | you can do that with [<!before $sep> .] | 14:36 | |
demostanis[m] | Isn't there a cleaner way? | 14:37 | |
MasterDuke | not without creating the regex "manually" with EVAL | 14:40 | |
m: my $sep = "s"; my $r = "/(<-[$sep]>+)/".EVAL; say "foosbar" ~~ $r | |||
camelia | 「foo」 0 => 「foo」 |
||
demostanis[m] | Didn't there use to be some MONKEY-SEE-NO-EVAL pragma? | 14:41 | |
Or is it not the same thing? | |||
MasterDuke | m: my $sep = "s"; my $r = EVAL "/(<-[$sep]>+)/"; say "foosbar" ~~ $r | 14:42 | |
camelia | 5===SORRY!5=== Error while compiling <tmp> EVAL is a very dangerous function!!! (use the MONKEY-SEE-NO-EVAL pragma to override this error but only if you're VERY sure your data contains no injection attacks). at <tmp>:1 ------> 3sep = "… |
||
demostanis[m] | What's the difference between EVAL and .EVAL? | 14:43 | |
MasterDuke | not a whole lot. i think TimToady isn't/wasn't a fan of the method form because it gets around the pragma, but it's in the spec so can't easily be removed | 14:45 | |
demostanis[m] | Why does Raku hang if I forget the dot after <!before $sep>? | 14:48 | |
MasterDuke | i assume you have some quantifier on it? it's a zero-width match, so it will keep backtracking and match on an infinite number of nothings | 14:54 | |
(that explanation might not be using the technical words 100% correctly, but i believe the overall message is correct) | 14:55 | ||
15:16
evalable6 left,
linkable6 left,
evalable6 joined
15:17
linkable6 joined
15:45
[Coke] left
15:50
kylese left,
kylese joined,
[Coke] joined
16:01
superboot joined
16:06
_Xliff_ joined
16:08
Xliff_ left
16:26
abraxxa-home joined
16:36
monkey_ left
16:49
xinming__ left
16:51
xinming__ joined
17:11
tejr left,
tejr joined
17:20
djerius_ is now known as djerius
17:52
Sgeo joined
18:02
reportable6 left
18:03
abraxxa-home left
|
|||
SmokeMachine | .ask melezhik is there an API call I could add on my github action to automatically add a new release comment on mybf? | 18:09 | |
tellable6 | SmokeMachine, I'll pass your message to melezhik | ||
18:45
jrjsmrtn left
18:48
jrjsmrtn joined
19:04
reportable6 joined
19:08
stanrifkin joined
|
|||
stanrifkin | What is the difference between .WHAT and .^name? And why is .WHAT not listed with .^methods? | 19:10 | |
tellable6 | 2021-09-25T06:19:37Z #raku <holyghost> stanrifkin: use p6doc then, same thing AFAIK | ||
SmokeMachine | stanrifkin: .WHAT returns the type itself, .^name returns the type's name as string | 19:20 | |
19:21
andinus left,
andinus joined
|
|||
stanrifkin | My rakudoc version has no -r option. But the documentation says you can do rakudoc -r push for example. Is this still not implemented? | 19:25 | |
SmokeMachine: thank you | |||
ah... ok no need for rakudoc -r push. Just rakudoc .push | 19:26 | ||
19:30
kylese left
19:49
[Coke] left
20:13
[Coke] joined
20:16
tejr left,
tejr joined
20:55
rypervenche left
21:36
djerius left,
stanrifkin left
21:40
djerius joined
|
|||
superboot | Does anyone have the Comma Community download link for Linux? The page is down for me. | 21:53 | |
El_Che | commaide.com/download | 21:54 | |
lizmat | commaide.com/download/community/linux | ||
indeed gives me an empty page | |||
El_Che | same | ||
lizmat | I know they're working on a new release atm | ||
all download links are dead atm | 21:55 | ||
El_Che | I have the plugin (not the standalone version) here, but I don't know if some one has a shsum to verify the file integrity | ||
lizmat | I've pinged some people, pretty sure it will get resolved soon | 21:56 | |
22:05
rypervenche joined
22:39
jess left
22:48
pony left
22:49
hors is now known as pony
23:35
holyghost_ left
23:42
dogbert17 left
23:44
dogbert17 joined
23:59
sivoais left,
sivoais joined
|