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

This function is very useful for custom comparison functions for fy_node_compare_user() Solution: expose it

https://github.com/pantoniou/libfyaml/blob/ce5149953e043541fb7ecca21691423aaad90513/src/tool/fy-tool.c#L1606C4-L1606C4 ```c progname = argv[0]; progname = strrchr(argv[0], '/'); ``` `progname` will always be modified by the second line. Is the first line of code redundant?

https://github.com/pantoniou/libfyaml/issues/63

It seem's that it is forbidden to licesne your library under MIT license with code licensed under GPL2.0 in it.

While the comparison method to be created would benefit from being able to fall back onto the default implementation, it can't do so as these default methods are private to...

At present, there is only one api document, which is difficult to read. No collapsing, no functional navigation. Can you introduce the functions of each series of APIs separately? as...

I am finding a situation in which I'd prefer to have a literal scalar so that when I emit a document, these strings are emitted using multi-line syntax instead of...

Rewrite (partially) fy-list.h from scratch to remove GPL-licensed code and make this library actually MIT.