yamlish icon indicating copy to clipboard operation
yamlish copied to clipboard

An implementation of YAML in Raku

Results 8 yamlish issues
Sort by recently updated
recently updated
newest added

When I use `save-yaml` on a variable, the output differs each time, as the keys are iterated over in a random order. In `JSON::Fast` [I introduced `:sorted-keys`](https://github.com/timo/json_fast/commit/2b1fe74cebe16065ed46ef8262210d2000755cb4) to resolve the...

We've had a test or two that occasionally fails in the `cro` distribution's test suite. Today I finally got around to hunting it down, and it boiled down to the...

Edit: I just saw you're TODO. Sorry about that. I'm going to leave this here because it is indeed a bug. ``` some: user: - username ``` Given the above...

when it can parse the beginning of a list item or map item after a map but with too much indentation, it will panic. on the way "out" it will...

Would it be possible to add an adverb or some way of getting the compact version of a sequence of mappings? I find that this formatting is much more common....

Not it's just: ``` $ cat foo.yml foo: 1 a b: 2 $ perl6 -MYAMLish -e 'load-yaml(q{foo.yml}.IO.slurp)' Couldn't parse YAML in sub load-yaml at C:\rakudo\share\perl6\site\sources\ADB31520994572F18CE4EC4457E5E9321A31301C (YAMLish) line 951 in block...

Error seen in testing phase while attempting to `zef install` under latest rakudo as of 2019-08-28 (0455f42e37): ===> Testing: YAMLish:ver ===SORRY!=== Error while compiling .../.zef/store/yamlish.git/59923fbf0d6864baa72f0310549ca88903900ccd/lib/YAMLish.pm6 (YAMLish) Class YAMLish::Grammar cannot inherit...