SmokeMachine lizmat: Hi! Any Idea what could be happening here? usercontent.irccloud-cdn.com/file/.../image.png 14:06
sorry... it seems to not be related to rak... usercontent.irccloud-cdn.com/file/.../image.png 14:12
but that's still odd... :( 14:13
[Coke] you may want RAKULIB=. rak --extensions=rakumod --per-file='{.slurp.AST}' 14:22
looks like you're trying to run something in an uninstalled module repo? 14:23
but use the code *in* the repo?
(not sure why you have the 'use lib' otherwise) 14:24
SmokeMachine [Coke]: Yes, I am. But the files aren't specifies on META6 yet, so I should use `lib`, right? usercontent.irccloud-cdn.com/file/.../image.png 14:25
[Coke] what version of raku are you using?
SmokeMachine www.irccloud.com/pastebin/Io75FaTZ/ 14:26
[Coke] I would next try to get a raku script to do the .slurp.AST before pulling rak into it.
SmokeMachine 2024.09
I did... and I'm getting the same error... :(
usercontent.irccloud-cdn.com/file/.../image.png 14:27
[Coke]: ☝️
[Coke] ok, need to see that file, I gues 14:28
SmokeMachine github.com/FCO/ASTQuery/blob/main/...ry.rakumod 14:31
usercontent.irccloud-cdn.com/file/.../image.png 14:32
[Coke] have you tried with RAKUDO_RAKUAST=1 ? 14:34
SmokeMachine with `raku -c 14:36
with `raku -c` I did...
should I user RAKUDO_RAKUAST=1 with .AST method?
if I do, it gives an different error: usercontent.irccloud-cdn.com/file/.../image.png 14:38
that makes more sense in my mind...
it kinda worked... but seems to be "use"ing the module twice: usercontent.irccloud-cdn.com/file/.../image.png 14:43
but using --repository and --module also don't work... usercontent.irccloud-cdn.com/file/.../image.png 14:45
[Coke] ok, now you might be in rak territory. :)
SmokeMachine :) 14:46