Ingy döt Net

Results 172 comments of Ingy döt Net

My stance on this is that libyaml and the the yaml-test-suite are 2 different projects. I asserted that while it's fine to use the suite as a test, the libyaml...

I got your GitHub actions branch working with this one line fix: https://github.com/yaml/libyaml/commit/4f1dccffcb4b8b1c4232713e5521aa620ad6dfd4 There was no problem with the test suite itself. I did add a couple environment variables to...

@perlpunk I made the `testing` branch that I described above on March 30. ``` git clone --branch=testing [email protected]:yaml/libyaml cd libyaml make test ``` There is no pinning file to deal...

See [The Project Plan](https://github.com/yaml/libyaml/projects/1)

Hi @Tricertops. I agree with you in principal. libyaml should also have a mode where it parses and emits whitespace, for use in things like editors that can't throw away...

@ziyangc97 thanks for looking into it. Closing for now then...

Thank you for your report. I was able to run your reproduction strategy and get the leak report. We will look into fixing this bug. You should note that there...

@Google-Autofuzz I appreciate your work, but I find your reproduction methodology to be unnecessarily complicated. I took the liberty of streamlining some things so that it is simple and exact...

Well there isn't really a _table_. :) But let's pretend there is. From my PoV there are 2 rules to think about whenever you consider a YAML document: 1) _Every_...

I noticed that and was working on it last weekend but the yaml.org build process has grown a few kinks to be addressed. Will fix asap.