[00:14] *** wayland76 joined
[00:19] *** kurahaupo left
[00:19] *** kurahaupo joined
[00:20] *** kurahaupo left
[00:21] *** kurahaupo joined
[00:23] *** [Coke] left
[00:24] *** [Coke] joined
[00:55] *** kurahaupo left
[00:58] <wayland76> Do we have an automated system for doing the packages/binaries?  

[01:07] *** kurahaupo joined
[01:14] <[Coke]> https://github.com/rakudo/rakudo/blob/main/docs/release-guide-binary.md

[01:16] <[Coke]> I haven't ever done it, patrickb & el_che are the owners there.

[01:33] *** kylese left
[01:34] *** kylese joined
[01:41] *** eseyman left
[01:43] *** eseyman joined
[01:55] <wayland76> Thanks!  That's good info!  

[02:15] *** kylese left
[02:15] *** kylese joined
[02:28] *** abbe_ joined
[02:31] *** abbe left
[02:31] *** abbe_ is now known as abbe

[02:39] *** wayland76 left
[02:40] *** wayland76 joined
[02:52] <SmokeMachine> lizmat: my playground goes run on the browser… all 4 runtimes

[02:53] <SmokeMachine> lizmat: it has no backend

[03:06] *** kurahaupo left
[03:07] *** kurahaupo joined
[03:17] *** kurahaupo1 joined
[03:17] *** kurahaupo1 left
[03:18] *** kurahaupo1 joined
[03:20] *** kurahaupo left
[03:24] *** kurahaupo joined
[03:25] *** kurahaupo1 left
[03:36] *** kurahaupo left
[03:36] *** kurahaupo joined
[03:42] *** kurahaupo left
[03:45] *** wayland76 left
[03:45] *** wayland76 joined
[03:56] *** kurahaupo joined
[04:41] <wayland76> In relation to the weekly, just a note that the creation of Qwiratry--Location--HTTP  is something I'd like to undo, and people should instead use Qwiratry::Location::HTTP (which didn't get listed in the weekly).  There will be tutorials coming, hopefully in the next month or so.  

[05:26] *** hwj joined
[06:14] *** constxd left
[06:15] *** perryprog left
[06:16] *** abraxxa joined
[06:16] *** perryprog joined
[06:16] *** constxd joined
[06:19] *** Sgeo left
[06:25] *** abraxxa left
[06:25] *** abraxxa joined
[06:53] *** belluzj joined
[07:21] *** belluzj left
[07:22] *** belluzj joined
[07:47] *** dakkar joined
[07:55] *** _________ left
[07:55] *** _________ joined
[08:22] *** belluzj left
[08:43] *** belluzj joined
[08:44] *** nine joined
[08:45] *** nine left
[09:56] <El_Che> hi

[09:56] <El_Che> building it now

[09:56] <El_Che> tbrowder: building it now

[10:00] *** sp1983 joined
[10:04] *** sp1983 left
[10:05] *** Sp1983_ joined
[10:07] *** Sp1983_ left
[10:07] *** Sp1983 joined
[10:07] <Sp1983> o/

[10:08] <Sp1983> Have created a draft of the first post in DSCI series , 

[10:08] <Sp1983> https://dev.to/sp1983/dsci-series-rakulang-ci-4472

[10:11] <El_Che> mm, a problem

[10:11] <El_Che> going to dev

[10:11] <patrickb> rakudo 2026.07 precompiled archives are released.

[10:11] *** Sp1983 left
[10:12] <El_Che> patrickb: can you have a look at #raku-dev, in case you encountered the same error?

[10:13] *** Sp1983 joined
[10:14] <Sp1983> I don’t know why is that , but looks like all my dev to post are not accessible recently … sigh 

[10:16] <Sp1983> Ok. Let’s do it other way then ) https://github.com/melezhik/DSCI/blob/main/posts/rakulang_ci.md

[10:16] <Sp1983> This should work ))

[10:16] <patrickb> El_Che: I didn't hit an error. It went through smoothly.

[10:18] <Sp1983> Ok. Anyways . We have two identical post now ))

[10:19] <Sp1983> weekly: https://github.com/melezhik/DSCI/blob/main/posts/rakulang_ci.md

[10:19] <notable6> Sp1983, Noted! (weekly)

[10:19] <Sp1983> weekly: https://dev.to/sp1983/dsci-series-rakulang-ci-4472

[10:19] <notable6> Sp1983, Noted! (weekly)

[10:19] <El_Che> patrickb: mm, annoying

[10:20] <Sp1983> Are you logged in into dev.to patrickb: ?

[10:20] *** wayland76 left
[10:20] *** wayland76 joined
[10:21] <patrickb> Sp1986 not at a PC atm

[10:21] <patrickb> why?

[10:22] <El_Che> patrickb: https://gist.github.com/nxadm/33d7033d04a5934f95f709d32e432846

[10:22] <Sp1983> PC?

[10:22] <Sp1983> Ahh

[10:22] <El_Che> I had to add the block to update the submodules in the past because moarvm not getting them correctly in the past

[10:22] <El_Che> just removing the block will fix it, I guess

[10:22] <Sp1983> Cause there is is issue that my recent devto posts are only sometimes accessible for logged in users

[10:23] <patrickb> Sp1983 that link isn't working for me as a non logged in uses

[10:23] <patrickb> user

[10:24] <Sp1983> Ok

[10:24] <Sp1983> So let’s forget about it and use gh post instead ))

[10:24] <patrickb> El_Che: that submodule script needs more robustness work. it simply doesn't cover all corner cases. But it's very annoying work.

[10:25] <xinming> Hi, today, I just found something strange behavior not clear to me,    in CATCH block,  if I do something like  CATCH { when X::MyException and $str ~~ &named-regex { $<captured-from-named-rex> } } 

[10:25] <xinming> With this example,  the $<captured-from-named-rx> is Any, but the 'when' block is matched.

[10:26] <xinming> If I change code to CATCH { when X::MyException { if $str ~~ $named-regex {  $<captured-from-named-rx>.say } } }

[10:26] <xinming> The latter example, the $<captured-from-named-rx> worked as expected.

[10:26] <El_Che> patrickb: mm, I clone the repo with --recurse-submodules and if not head, I do a checkout to the specific release tag wit --recurse-submodules

[10:26] <El_Che> remove the --recurse submodules from the clone?

[10:26] <xinming> So I got curious about why 'when' block and if block work differently in this case.

[10:27] <xinming> I'm using 2026.01 

[10:29] *** Sp1983 left
[10:38] *** Sp1983 joined
[10:38] *** Sp1983 left
[10:48] *** nine joined
