Pantelis Antoniou

Results 44 comments of Pantelis Antoniou

libfyaml contains a complete copy of an older xxhash version (which is not exported at all via a user facing API). How's that a problem for inclusion in linux distros?

Token scan mode is just a debugging aid. Are you trying to create a new YAML parser or something? The interface is completely private and the documentation of the methods...

If you can share the input that causes this behavior we can have more concrete data to talk about.

Oh, yeah, that's a bug - file a PR As I said this is just a debugging aid, never been used for anything besides that until now.

Sure, but the scan token interface is completely non-standard. The event interface is probably what you need. On Tue, Feb 7, 2023 at 4:50 PM Geert Janssen ***@***.***> wrote: >...

You need to fork and create the PR from your fork. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork On Tue, Feb 7, 2023 at 6:16 PM Geert Janssen ***@***.***> wrote: > Am I allowed to create...

I had some time to look at this PR more closely. First of all, it is a significant amount of work. Most of it deals with the unportable (but very...

This is interesting; as I mentioned at the open issue I am fine with the end-goal (an MIT licensed list implementation). This is a good starting point for this discussion....

Will take a look, seems harmless enough

You're right, there are no style hints when creating a scalar. What is missing is a method to alter the style of the created node an analogous of fy_event_get_node_style(). I'm...