🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
Xliff_ Hola. 00:02
timo ahoyhoy
Xliff Oh wow! I had a clone! 00:02
.release
Xliff G'morning. Anyone around? 06:57
scullucs Around what?
Xliff Aha!
If I have a compunit called A::B and a class in that compunit called A::B. How can I get the symbol table of the compunit A::B? 06:58
scullucs: Eh. I worked around it. If you do know the answer, please share. It might prove useful in the future. 07:08
Thanks anyways.
lucs I'm sorry, but I don't know how to answer your question. 07:16
(I'm really not that knowledgeable.)
Maybe your workaround (and its context) would prove even more useful?
(sorry about the trailing spaces, copy/paste is sometimes confusing) 07:24
Xliff Heh. I actually hardcoded the extra classes I needed. 07:30
[Coke] . 16:00
jdv 16:02
lizmat weekly: stackoverflow.com/questions/793931...rent-match 16:52
notable6 lizmat, Noted! (weekly)
El_Che I'll add --recurse-submodules to the checkout and test 17:47
El_Che .that seems to do it, thx for thinking with us for a solution 17:53
lizmat *phew* :-) 17:55
jdv catastrophe averted!
El_Che core breach averted 17:56
[Coke] I'm just glad I don't have to make a point release! 18:05
El_Che amen to that 18:13
El_Che rakudo-pkg 2025.01 uploaded to repos 18:27
lizmat whee! El_Che++ 18:28
[Coke] El_Che++ 18:29
yay, finally have a powershell config where I can launch raku and get the unicode support correct without running any commands 18:37
lizmat perhaps that could use sharing and/or documenting ?
[Coke] in powershell, need: 18:39
$OutputEncoding = [System.Text.UTF8Encoding]::new()
[console]::InputEncoding = [console]::OutputEncoding = [System.Text.UTF8Encoding]::new()
I put it into my startup (that was the part I was missing) so now it will just work
the default is "utf8 but with BOM"