Leon Timmermans
Leon Timmermans
I guess I should just skip the test after all then.
> In general, Perl distribution names seem to be converted to lowercase and then prefixed with perl: on repology. The prefix is not always added on repology, so it might...
Yeah I don't think this is a good idea either
> FWIW, this problem (if it is a problem) is more general for any class that doesn't provide a specific .raku method: Any class that doesn't that doesn't (only?) have...
> I would say that isn't necessarily a bad thing, although perhaps it would be nicer to have the === semantics as the default and a provided raku overload the...
> This is fixed in RakuAST Awesome!
This is correct behavior. That said, what we really need is some sort of `stat` and `lstat` so that people can be precise in what they want when they need...
It's also useful for efficiency purposes, right now it takes two stat calls to check size an permissions, using a stat buffer you'd only need to do that once.
> We already have a stat buffer in MVMStat representation that is returned by the file-stat syscall. What's missing is a syscall to read the size from that stat buffer....
> Please enable this feature as well, so many newcomers like me can enjoy perusing and conversing Perl topics right next to the code (perhaps with cross-references slightly_smiling_face) using the...