🦋 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.
canw How to use proxy with zef ? 02:46
canw How to use zef with proxy? 03:15
tib Hello good * 06:04
back today with a speaker announcement -> dev.to/thibaultduponchelle/the-eph...ssell-3599
Geth ¦ Documentable: k3ut0i assigned to antoniogamiz Issue broken links in individual routine pages if the links are just fragment-urls in the pod document github.com/Raku/Documentable/issues/157 07:22
jjatria tib: Thanks for the slot in the miniconf! I was actually thinking about giving a talk on my experiences using Perl's FFI::Platypus. It's less sugary than NativeCall, but equally liberating 09:25
tellable6 2021-08-25T16:28:59Z #raku <melezhik> jjatria I've dropped a PR to raku.land
Geth raku.org: 26cd858a40 | timo++ (committed using GitHub Web editor) | source/index.html
"sign up for raku conf" -> "watch raku conf recordings!"
13:00
timo ^- our website is updated automatically when there are git changes, correct?
ah, yes, the readme says so 13:01
the readme says to ping zoffix if you can't run the sass css preprocessor yourself, that part can probably go or at least mention someone else who should be able to help? 13:03
lizmat timo++ # yeah, probably :-) 13:08
tib jjatria great! I’m very interested in all these native stuff so I love the idea 13:11
Ven_de_Thiel o/ 13:13
I'm getting an error when trying to use --profile on OSX, did anyone encounter something similar? 13:15
Unhandled exception: Cannot invoke null object at SETTING::src/core.c/ThreadPoolScheduler.pm6:284 (...) from <unknown>:1 (.../CORE.c.setting.moarvm:THREAD-ENTRY) 13:16
lizmat Ven_de_Thiel o/ 13:18
is that on master?
Ven_de_Thiel I tried both on master and on tag 2021.08 13:19
lizmat ok, if it is also on 2021.08, then it is not something I did yesterday
lizmat what is the code you're trying to profile? 13:19
Ven_de_Thiel I tried several cro modules... I should try to find a reduced test case 13:22
lizmat generally, the --profile has a hard with async programs timo: right? 13:29
*time
timo with --profile giving you a html or json output, yes. with sql output, no 13:30
but that exception there, that's new to me
normally --profile with html output just gives you info about one of the threads
Ven_de_Thiel `await Promise.in(2);` doesn't bug out 13:39
`await Promise.in(2);` doesn't bug out 13:43
[Coke] Any Russian speakers on channel? 15:43
(Doing the bare minimum on Duolingo, always better if there's a person to talk to.)
Altai-man [Coke], I am 15:54
melezhik [Coke] I am Russian speaker 18:04
[Coke] woot. 18:08
Geth doc: cc90195825 | Coke++ | xt/lib-test-files.raku
Update comment explaining how file is used

Resolves #3934
19:53
moon-child m: sub f(:$x=1, :$y=2) { say "x $x; y $y" }; f |("x"|"y" => 5) 21:08
camelia This type cannot unbox to a native string: P6opaque, Junction
in block <unit> at <tmp> line 1
moon-child should junction keys autothread?