🦋 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: ... | Logs can be inspected at colabti.org/irclogger/irclogger_log/raku Set by lizmat on 1 May 2021. |
|||
00:02
reportable6 left
00:04
reportable6 joined
00:40
b2gills left
00:41
canbenshanlo left
00:43
mowcat left
01:36
kvw_5_ left
01:37
kvw_5 joined
01:55
frost-lab joined
02:14
b2gills joined
|
|||
tonyo | .tell canbenshan you're likely hitting an issuer with the scheduler filling the pool and blocking the main loop, look at $*SCHEDULER.max_threads and don't hit that limit, see if that fixes your issue. | 02:50 | |
tellable6 | tonyo, I haven't seen canbenshan around, did you mean canbenshanlo? | ||
tonyo | .tell canbenshanlo you're likely hitting an issuer with the scheduler filling the pool and blocking the main loop, look at $*SCHEDULER.max_threads and don't hit that limit, see if that fixes your issue. | ||
tellable6 | tonyo, I'll pass your message to canbenshanlo | ||
tonyo | m: my @a; @a.push(start { sleep 5; }) for 0..$*SCHEDULER.max_threads * 2; await @a; | 02:53 | |
camelia | MoarVM panic: Could not spawn thread: errorcode -11 | ||
tonyo | m: my @a; @a.push(start { sleep 5; }) for 0..$*SCHEDULER.max_threads / 2; await @a; | ||
camelia | MoarVM panic: Could not spawn thread: errorcode -11 | ||
tonyo | nice | ||
the first one hangs on my machine, the latter doesn't. | |||
raydiak | camelia's probably just hitting a ulimit or some such | 02:59 | |
tonyo | might be locked down to avoid some kind of abuse too? | 03:01 | |
raydiak | that's one of the things ulimits are for | 03:02 | |
so we can't e.g. forkbomb it | |||
tonyo | that seems like the first thing that should be tried | ||
raydiak | I mean, someone has to be that guy, right? in the name of testing and hardening! purely whitehat :) | 03:04 | |
fwiw neither of those hangs on my machine for whatever reason | |||
* 2 takes longer, by about 3x. I assume because the main thread probably counts as one, so there's one more left to run after the first two batches | 03:06 | ||
yes, *2-1 makes it only take 2x as long, as expected | 03:07 | ||
tonyo | wonder if that was fixed | 03:10 | |
must've been if *2 doesn't hang | 03:11 | ||
raydiak | maybe. I'm on 2021.04 | 03:12 | |
tonyo | i'm on 2021.03 | ||
raydiak | gfldex's github.com/rakudo/rakudo/issues/3817 still fails for me, though. that's not a hang though, it just loses the output | 03:14 | |
03:14
evalable6 left
03:16
evalable6 joined
|
|||
raydiak | tried 2021.03 and *2 still doesn't fail here | 03:19 | |
03:42
oneeggeach joined
04:20
oneeggeach left
04:27
xinming joined
04:30
xinming_ left
04:39
rakulearner joined
|
|||
rakulearner | hi guys, do u like raku? | 04:39 | |
Xliff | Yep! This channel is #raku precisely for that reason! | ||
However, this is the computer language. Not the pottery. | |||
04:40
rakulearner left
04:56
aluaces joined
05:56
nativecallable6 left,
benchable6 left,
statisfiable6 left,
releasable6 left,
quotable6 left,
tellable6 left,
linkable6 left,
coverable6 left,
committable6 left,
reportable6 left,
bloatable6 left,
sourceable6 left,
evalable6 left,
notable6 left,
bisectable6 left,
squashable6 left,
greppable6 left,
unicodable6 left,
shareable6 left,
shareable6 joined
05:57
coverable6 joined,
nativecallable6 joined,
greppable6 joined,
benchable6 joined,
linkable6 joined,
notable6 joined
05:58
committable6 joined,
bisectable6 joined,
quotable6 joined,
bloatable6 joined,
reportable6 joined,
statisfiable6 joined,
evalable6 joined
05:59
sourceable6 joined,
squashable6 joined,
unicodable6 joined,
tellable6 joined,
releasable6 joined
06:02
reportable6 left,
reportable6 joined
06:26
parabolize left
07:23
brtastic joined
08:00
sjm_uk joined
08:30
Sgeo left
08:31
aluaces left
08:34
stoned75 left
08:38
wamba joined
08:48
domidumont joined
08:52
domidumont left
09:10
pecastro joined
09:35
canbenshanlo joined
09:49
Black_Ribbon left
10:06
marcusr left
10:07
marcusr joined
10:39
wamba left
10:46
M_o_C joined
10:48
wamba joined
10:53
M_o_C left
10:54
MasterDuke left
11:54
squashable6 left,
committable6 left,
shareable6 left,
statisfiable6 left,
notable6 left,
evalable6 left,
sourceable6 left,
coverable6 left,
benchable6 left,
reportable6 left,
quotable6 left,
linkable6 left,
bisectable6 left,
bloatable6 left,
nativecallable6 left,
releasable6 left,
greppable6 left,
unicodable6 left,
tellable6 left,
statisfiable6 joined,
sourceable6 joined
11:55
committable6 joined,
shareable6 joined,
evalable6 joined,
notable6 joined
11:56
squashable6 joined,
reportable6 joined,
bisectable6 joined,
coverable6 joined,
releasable6 joined,
tellable6 joined,
unicodable6 joined,
greppable6 joined,
bloatable6 joined,
linkable6 joined
11:57
nativecallable6 joined,
benchable6 joined,
quotable6 joined
12:02
reportable6 left
12:04
reportable6 joined
12:08
rindolf left
12:10
frost-lab left
12:31
sjm_uk left
|
|||
tbrowder | hi, i'm getting ready to release a new api version of module Abbreviations and would appreciate anyone having comments on the README (or anything else). please file an issue or leaveca comment | 12:32 | |
github.com/tbrowder/Abbreviations | 12:33 | ||
afk& | |||
13:21
rindolf joined
13:22
nine left
13:29
parabolize joined
13:30
SmartWorld joined
|
|||
SmartWorld | hi | 13:30 | |
can anyone help me how can i make my youtube video viral? | |||
sienet_ja_LSD[m] | raku video? | 13:31 | |
SmartWorld | no | 13:32 | |
it is a video for a positive change | |||
can i share link here? | |||
sienet_ja_LSD[m] | reddit is probably a tryworthy platform | 13:33 | |
SmartWorld | oh thanks for a hint | 13:34 | |
13:42
stoned75 joined
13:48
john_parr left
13:52
SmartWorld left
14:02
nine joined
14:58
MasterDuke joined
|
|||
stoned75 | :q | 15:02 | |
15:22
stoned75 left
15:43
wamba left
16:21
stoned75 joined
16:23
wamba joined
16:33
parabolize left
16:40
holli joined
16:46
brtastic left
17:08
stoned75 left
17:32
nine left
17:33
nine joined
17:35
brtastic joined
17:51
Sgeo joined
18:02
reportable6 left
18:03
reportable6 joined
18:13
a3r0 left
18:39
dogbert11 joined
|
|||
El_Che | blog.rust-lang.org/2021/05/11/edition-2021.html | 18:45 | |
multiple version support, like raku | |||
19:06
aluaces joined
19:12
aluaces left
19:13
aluaces joined
19:45
Xliff left
19:53
stoned75 joined
19:54
rindolf left
20:38
Kaiepi left
21:26
Kaiepi joined
21:34
stoned75 left
21:47
Black_Ribbon joined
22:04
wamba left
22:18
aluaces left
22:39
pecastro left
22:44
rindolf joined
22:50
clarjon1 left
23:25
aborazmeh joined
|
|||
ecocode[m]1 | <PimDaniel "This time it is a list of Int : "> if order is not important | 23:29 | |
m: say (1,8,9,33,2) (-) (8,33) | |||
camelia | Set(1 2 9) | ||
ecocode[m]1 | > <@freenode_PimDaniel:matrix.org> This time it is a list of Int : my Int @numbrs = ( 1,8,9,33,2); want to delete 8 and 33, how? thank you! | ||
* if order is not important | |||
hmm... already mentioned I see... | 23:32 | ||
23:34
rindolf left
23:54
d_t_b left,
d_t_b joined
23:57
d_t_b left
|