[00:02] <wayland76> ugexe: Thanks!  I'll test it out again soon!  

[00:11] <wayland76> guifa: I'm in the process of building out some tree transformation stuff (as part of data-oriented programming).  It's still pretty buggy, but an early version has been released at https://raku.land/zef:wayland/Qwiratry .  Note that I've already fixed bugs in that version (and haven't released the fixes yet).  My idea is that, in the future, we don't have just grammar + actions, we have grammar + transform + transform + transform.  One of those transforms (

[00:11] <wayland76> probably the last) could be eg. a string output (if we wanted to eg.parse json, change the structure, then emit as YAML).  

[00:12] <wayland76> guifa: If your familiar with XSLT, that's the inspiration for this one.  

[00:21] <wayland76> aruniecrisps: Thanks!  

[00:24] *** AlexDaniel left
[00:54] *** donaldh left
[00:54] *** MasterDuke joined
[01:51] *** hulk joined
[01:52] *** kylese left
[02:15] *** hulk left
[02:15] *** kylese joined
[02:29] *** rmv left
[02:32] *** MasterDuke left
[02:54] *** japhb joined
[04:04] *** vrurg_ joined
[04:07] *** vrurg left
[05:39] *** zostay left
[05:53] *** zostay joined
[06:07] *** abraxxa joined
[06:10] *** abraxxa left
[06:10] *** abraxxa joined
[06:13] *** Sgeo left
[06:42] *** releasable6 left
[07:08] *** wayland76 left
[07:22] *** wayland76 joined
[07:46] *** librasteve_ joined
[07:53] *** dakkar joined
[07:54] *** dakkar left
[07:55] *** dakkar joined
[08:34] *** hurufu joined
[08:53] *** hurufu left
[09:23] <disbot1> <simon_sibl> its indeed that module and the tracker use http not https so there isnt any tls involved

[09:25] <disbot1> <simon_sibl> and I tried timeout and all but yeah it just gets stuck, I would need to do deeper debugging but, quite lazy now xD

[09:25] *** tellable6 left
[09:29] *** Voldenet left
[09:39] <timo> is there any specific reason you don't try the `own-up` module for figuring this out?

[09:40] <timo> you can also try setting RAKUDO_SCHEDULER_DEBUG=1 before starting

[09:41] <timo> if you're locking real threads up somehow, you'd see it say it's adding more threads because there's no progress being made or something like that

[09:41] <timo> and it might hit the maximum threads that can be overridden in the environment, but it's more likely that you want to find what is blocking threads from running and fix whatever that may be

[10:09] *** Voldenet joined
[10:20] *** AlexDaniel joined
[10:22] *** wayland76 left
[11:11] *** wayland76 joined
[11:19] *** evalable6 left
[11:21] *** unicodable6 left
[11:21] *** greppable6 left
[11:21] *** nativecallable6 left
[11:21] *** bloatable6 left
[11:21] *** quotable6 left
[11:21] *** sourceable6 left
[11:21] *** benchable6 left
[11:21] *** coverable6 left
[11:21] *** huggable6 left
[11:21] *** committable6 left
[11:22] *** notable6 left
[11:22] *** bisectable6 left
[11:22] *** shareable6 left
[11:22] *** linkable6 left
[11:23] *** coverable6 joined
[11:23] *** bloatable6 joined
[11:24] *** evalable6 joined
[11:24] *** nativecallable6 joined
[11:24] *** linkable6 joined
[11:24] *** unicodable6 joined
[11:24] *** notable6 joined
[11:24] *** releasable6 joined
[11:24] *** benchable6 joined
[11:25] *** huggable6 joined
[11:25] *** shareable6 joined
[11:25] *** bisectable6 joined
[11:25] *** tellable6 joined
[11:25] *** committable6 joined
[11:25] *** greppable6 joined
[11:26] *** quotable6 joined
[11:26] *** sourceable6 joined
[12:39] *** human-blip left
[12:40] *** human-blip joined
[13:04] <librasteve_> notable6: weekly

[13:04] <notable6> librasteve_, No notes for “weekly”

[13:10] *** AlexDaniel left
[13:47] <wayland76> I'm in the process of releasing 0.0.4 of Qwiratry.  I've worked on it in such a way that it can now mostly do what ASTQuery does, though it doesn't have all the little helpers that ASTQuery has.  The documentation isn't nearly as good as ASTQuery though.  

[13:48] <wayland76> For context, this is the first part of Data-Oriented Programming, which is the querying and manipulation of trees.  

[13:49] <wayland76> My expectation is that next I'll go on to JSON, YAML, and XML.  And probably XKB config files (just because I need them).  

[13:50] <wayland76> SmokeMachine: ^^ It may be getting close to the point where you can investigate whether it'd be easier to just make ASTQuery a bunch of helpers that add on to Qwiratry.  I don't know whether you want to do that, and I don't know that we're quite at that point yet, but we might be getting close.  

[13:51] <librasteve_> https://rakudoweekly.blog/2026/06/29/2026-26-release-194/

[13:56] *** wayland joined
[13:57] *** wayland76 left
[13:58] <wayland> As an Australian, I don't need Fahrenheit to mock your heatwave :p (cf. the Weekly for context).  

[14:02] <wayland> OK, Qwiratry 0.0.4 is out :)

[14:02] <wayland> (Looks like I just missed the weekly, but that's OK :) ).  

[14:06] <SmokeMachine> wayland: interesting!

[14:42] *** abraxxa left
[16:34] *** dakkar left
[17:05] <tbrowder> [Coke] are  you still using yr own build/install method for the latest rakudo? if so would you mind sharing it?

[17:05] <[Coke]> ? i've been using rakubrew for ages

[17:05] <[Coke]> on both mac and windows

[17:05] <[Coke]> (and linux if I'm on it)

[17:06] <[Coke]> once the binary releases are available, you can "rakubrew download moar 2026.05", e.g. and you don't even need to do a build

[17:06] <[Coke]> but if I do need to test a specific sha1, I can have rakubrew build it and then switch to it as needed.

[17:07] *** swaggboi joined
[17:07] <tbrowder> ok, it was probably a special situation you were helping me with…

[17:07] *** johnjay left
[17:15] <[Coke]> was it on windows?

[17:16] *** mehbark left
[17:17] *** mehbark joined
[17:56] *** rmv joined
[17:56] *** rmv left
[17:56] *** rmv joined
[18:06] *** rmv left
[18:16] *** belluzj joined
[18:20] *** rmv joined
[18:20] *** rmv left
[18:20] *** rmv joined
[18:26] *** belluzj left
[18:35] *** rmv left
[19:41] <disbot1> <librasteve> weekly: <wayland> OK, Qwiratry 0.0.4 is out :)

[19:41] <notable6> librasteve, Noted! (weekly)

[19:51] *** rmv joined
[19:51] *** rmv left
[19:51] *** rmv joined
[20:19] *** swaggboi left
[20:21] *** swaggboi joined
[21:42] *** guifa_ joined
[21:45] *** Sgeo joined
[22:38] *** apogee_ntv left
[22:38] *** apogee_ntv joined
[22:39] <wayland> Has anyone talked to gdonald about Red ORM?  

[22:46] *** rmv left
[22:54] <wayland> librasteve_: Has https://gregdonald.com/pages/shipping-my-first-raku-app been talked about yet?  I just ran across it.  

[22:54] *** rmv joined
[23:35] *** rmv left
[23:50] <wayland> Anyone else having trouble with zef on the new Rakudo? ( https://github.com/ugexe/zef/issues/622 is what I'm seeing)

[23:57] <wayland> Update: I reached out about Red ORM and Air.  He's aware of them.  HTH,

[23:58] <gcd> I am aware. Thanks for checking :)

