libfyaml icon indicating copy to clipboard operation
libfyaml copied to clipboard

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.

Results 37 libfyaml issues
Sort by recently updated
recently updated
newest added

It would be great to have the tool(s) available for download. See: https://github.com/fnkr/github-action-ghr

See [YAML 1.2 Section 5.4. Line Break Characters](https://yaml.org/spec/1.2/spec.html#id2774608). It mentions this is specifically for JSON compatibility so it doesn't really matter here, but I think `fy_is_yaml12_lb` should be adjusted.

Instead, it recurses with fy_node_compare which, in effect, "loses" user settings. Solution: make it user the `user` flavour of the function

## Issue It'd be desirable to be able to build `fy-tool` as a standalone binary to consume in our build systems to format YAML files, vs the current state where...

Hi, I've been using `libyaml`, `yq`, and `libfyaml`, and I noticed the existence of the pretty mode in `libfyaml`, which might not be exactly what I expected it was, so...

``` --- /tmp/tmp.kQmJPzbvF2 2024-01-05 01:14:36.804055000 -0800 +++ /tmp/tmp.kgsSSditcM 2024-01-05 01:14:36.809573000 -0800 @@ -15,13 +15,13 @@ "product": [ { "description": "Basketball", - "price": 450.00, + "price": 450, "quantity": 4, "sku": "BL394D"...

when building the AUR package, I encounter a failing test (testsuite-json.test 256 UGM3). Log file is attached. There are also a few compiler warning: ``` Making all in src CC...

The C11 standard states [N1548, 6.7.2.1(5)] > A bit-field shall have a type that is a qualified or unqualified version of _Bool, signed int, unsigned int, or some other implementation-defined...

Consider upgrading to latest version of [xxhash](https://github.com/Cyan4973/xxHash)

Adding this example to make it easier to understand how to use arrays