Leon Timmermans
Leon Timmermans
Main changes look fine to me, but it could use a rebase to clean up the doc changes, and the generated things really should point to this repo.
It sounds reasonable, maybe it should even be the default.
> Any updates? This is still an issue (which I've just stumbled across trying to version control generated yaml output from this module). I've just pushed a fix for this.
> I will implement that for perl5 YAML::PP with Tie::IxHash. Is there something similar in perl 6? If such a module existed this would be easy enough to add (it's...
> Thanks. That fixes the sorting for the top-level keys, but it isn't working for nested keys (ie: an array of hashes). I tried extending the patch myself, but my...
My installed perl6 is somewhat old (2017.08-79-g4b02b8aad), I can't reproduce it there. This may be a regression.
Is this still an issue?
The Grammar reenters the Grammar engine at some places, I would guess that to be the root of the issue.
> I had to put the usage of 'load-yaml' method inside a 'lock.protect' to get my script working. Unless @jnthn has a better idea, I guess I'll do that
I'm guessing you're talking about the YAML outputting code? Patches welcome?