| wayland76 | ugexe: Thanks! I'll test it out again soon! | 00:02 | |
| 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 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 | ||
| probably the last) could be eg. a string output (if we wanted to eg.parse json, change the structure, then emit as YAML). | |||
| guifa: If your familiar with XSLT, that's the inspiration for this one. | 00:12 | ||
| aruniecrisps: Thanks! | 00:21 | ||
|
00:24
AlexDaniel left
00:54
donaldh left,
MasterDuke joined
01:51
hulk joined
01:52
kylese left
02:15
hulk left,
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,
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
|
|||
| simon_sibl | its indeed that module and the tracker use http not https so there isnt any tls involved | 09:23 | |
| 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 | ||
|
09:25
tellable6 left
09:29
Voldenet left
|
|||
| timo | is there any specific reason you don't try the `own-up` module for figuring this out? | 09:39 | |
| you can also try setting RAKUDO_SCHEDULER_DEBUG=1 before starting | 09:40 | ||
| 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 | ||
| 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,
greppable6 left,
nativecallable6 left,
bloatable6 left,
quotable6 left,
sourceable6 left,
benchable6 left,
coverable6 left,
huggable6 left,
committable6 left
11:22
notable6 left,
bisectable6 left,
shareable6 left,
linkable6 left
11:23
coverable6 joined,
bloatable6 joined
11:24
evalable6 joined,
nativecallable6 joined,
linkable6 joined,
unicodable6 joined,
notable6 joined,
releasable6 joined,
benchable6 joined
11:25
huggable6 joined,
shareable6 joined,
bisectable6 joined,
tellable6 joined,
committable6 joined,
greppable6 joined
11:26
quotable6 joined,
sourceable6 joined
12:39
human-blip left
12:40
human-blip joined
|
|||
| librasteve_ | notable6: weekly | 13:04 | |
| notable6 | librasteve_, No notes for “weekly” | ||
|
13:10
AlexDaniel left
|
|||
| 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:47 | |
| For context, this is the first part of Data-Oriented Programming, which is the querying and manipulation of trees. | 13:48 | ||
| 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:49 | ||
| 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:50 | ||
| librasteve_ | rakudoweekly.blog/2026/06/29/2026-...lease-194/ | 13:51 | |
|
13:56
wayland joined
13:57
wayland76 left
|
|||
| wayland | As an Australian, I don't need Fahrenheit to mock your heatwave :p (cf. the Weekly for context). | 13:58 | |
| OK, Qwiratry 0.0.4 is out :) | 14:02 | ||
| (Looks like I just missed the weekly, but that's OK :) ). | |||
| SmokeMachine | wayland: interesting! | 14:06 | |
|
14:42
abraxxa left
16:34
dakkar left
|
|||
| 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 | ||
| on both mac and windows | |||
| (and linux if I'm on it) | |||
| 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 | ||
| 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
|
|||
| tbrowder | ok, it was probably a special situation you were helping me with… | 17:07 | |
|
17:07
johnjay left
|
|||
| [Coke] | was it on windows? | 17:15 | |
|
17:16
mehbark left
17:17
mehbark joined
17:56
rmv joined,
rmv left,
rmv joined
18:06
rmv left
18:16
belluzj joined
18:20
rmv joined,
rmv left,
rmv joined
18:26
belluzj left
18:35
rmv left
|
|||
| librasteve | weekly: <wayland> OK, Qwiratry 0.0.4 is out :) | 19:41 | |
| notable6 | librasteve, Noted! (weekly) | ||
|
19:51
rmv joined,
rmv left,
rmv joined
20:19
swaggboi left
20:21
swaggboi joined
21:42
guifa_ joined
21:45
Sgeo joined
22:38
apogee_ntv left,
apogee_ntv joined
|
|||
| wayland | Has anyone talked to gdonald about Red ORM? | 22:39 | |
|
22:46
rmv left
|
|||
| wayland | librasteve_: Has gregdonald.com/pages/shipping-my-first-raku-app been talked about yet? I just ran across it. | 22:54 | |
|
22:54
rmv joined
23:35
rmv left
|
|||
| wayland | Anyone else having trouble with zef on the new Rakudo? ( github.com/ugexe/zef/issues/622 is what I'm seeing) | 23:50 | |
| Update: I reached out about Red ORM and Air. He's aware of them. HTH, | 23:57 | ||
| gcd | I am aware. Thanks for checking :) | 23:58 | |