Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGES: * Fix a memory unsoundness issue with larger files in the bindings to libyaml, which fixes spurious errors when parsing larger YAML files (avsm/ocaml-yaml#35 marcinkoziej) * Expose more information about error locations while parsing a Yaml file (avsm/ocaml-yaml#34 @marcinkoziej) * Add test for a large Yaml file (avsm/ocaml-yaml#30 @pmonson711) * Bump size of internal serialisation buffer in `to_string` to 64KB from 16KB (@avsm). * Switch CI to GitHub Actions (@avsm) * Depend on dune-configurator in the build to be compatible with dune 2.0 and higher (@avsm)
- Loading branch information