🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
03:47 guifa left
ab5tract I'm getting a 503 from docs.raku.org 09:17
lizmat yeah, its been down for the past 3 hours :-(
I've alerted infra on #infra
ab5tract ah, gotcha 09:18
here's an alternative raku-knowledge-base.podlite.org/do...troduction
hmm, that's pretty broken too :( 09:21
this is a really telling situation though, that the "only" way to read the docs is an online source 09:22
10:27 guifa joined 10:31 librasteve_ joined 11:00 guifa left
lizmat bisectable6: old=2023.01 say (1,2,3).are(Int) 11:06
bisectable6 lizmat, Cannot find revision “2023.01” (did you mean “2025.01”?)
lizmat bisectable6: old=2024.01 say (1,2,3).are(Int)
bisectable6 lizmat, Bisecting by exit code (old=2024.01 new=f52cc92). Old exit code: 1
lizmat, bisect log: gist.github.com/5eb2d6ab6a26d8b879...5decbc6627
lizmat, (2024-05-26) github.com/rakudo/rakudo/commit/23...fe9274c392
12:18 guifa joined
Geth rakudo/andthen-orelse: 1499dafcd3 | ab5tract++ | src/core.c/Promise.rakumod
Use self.result and await in synchronous mode
13:40
16:03 gfldex left 16:05 gfldex joined
Geth rakudo/rakudo_load_only_one_grammar: 712477c98c | (Timo Paulssen)++ | 2 files
Load only Perl6:: or Raku:: Grammar and Actions

currently setup-RakuAST-WHO breaks when trying to run anything with RAKUDO_RAKUAST=1, haven't figured that out yet.
18:03
rakudo/rakudo_load_only_one_grammar: 821e27e4cc | (Timo Paulssen)++ | 2 files
Load only Perl6:: or Raku:: Grammar and Actions

currently setup-RakuAST-WHO breaks when trying to run anything with RAKUDO_RAKUAST=1, haven't figured that out yet.
21:53
¦ problem-solving: lizmat assigned to codesections Issue Add a "use-targets" item to META6.json github.com/Raku/problem-solving/issues/485 22:12
¦ problem-solving: lizmat unassigned from codesections Issue Add a "use-targets" item to META6.json github.com/Raku/problem-solving/issues/485
ugexe seems problematic. -Ilib would still include them, and presumably you would still want to test the private modules which requires `use`ing them 22:19
i agree it would be nice to have private modules though
in golang you put such modules in a special directory i.e. internal/ 22:21
22:30 librasteve_ left
ugexe i also don't see why we wouldnt have a private-provides or some such. having provides act different based on the presence of some other field seems confusing 22:35
using `use` in the name doesn't make sense at all since modules can be loaded by file name, need, require, etc 22:36
and as one final nit pick, the issue title should describe the problem not describe a proposed solution 22:39
"Allow for private modules within a distribution" would be accurate 22:40