On 7/19/22 12:00, Elizabeth Mattijsen wrote:
Could it be that you have a "Foo.pm" in an "earlier" directory and a "Foo.pm6" in a later directory in the $*REPO chain?
Hi Elizabeth, p6 'say $*REPO' inst#/home/todd/.raku I do not add my modules to the chain as I am ALWAYS tweaking them. I put all my programming files in the same directory. Well except for things in p5lib and p6lib subdirectories. Makes it easier to go back and forth looking how I did previous things up things up. Even have a few C snippets in there. I can imagine this would not work for someone like you that programs a lot. And I Samba network share, so I can develop in Linux and test in Windows, when I do a Windows program in one of my qemu-kvm virtual machines. I do have to play around a bit with the "lib" statement for that. I will run "raku -c filename" in Linux before unleashing in Windows. Are we EVER going to fix the ridiculous compile times? -T My last p6 project was scrambling the unholy dickens out of some data I was placing on a cloud file sharing service for a customer. Now that was a fun write!