Tina Müller (tinita)
Tina Müller (tinita)
Please check out the instructions in the [Readme](https://github.com/yaml/libyaml/blob/master/ReadMe.md) and follow them. Then report everything you did including the output here. Also tell us on what platform and version you are...
A general request: Could you rebase your PRs more often on master? I personally do this whenever I push new changes. I fetch the origin, and when I see new...
Hm, I am trying out the PR locally, and I can't get it to write a comment. The restart is triggered, but no comment is written. Clicking on the "Restart...
> Was this resolved? If yes then please mark it as such yeah, when I found out the reason for that, I commented on the actual code. I guess without...
#5043 optimizes the existing next/previous route with prefetching job modules and dependencies. We could try out the same with workers and see how it performs.
There are much more differences between YAML 1.1 and 1.2 than just the boolean handling. See https://perlpunk.github.io/yaml-test-schema/schemas.html where you can find the definitions and test data. Only changing the boolean...
Thanks! I had also been playing around with setting things to NULL after freeing, but ran into problems. But I think the test failure might be related: https://github.com/yaml/libyaml/actions/runs/10301257382/job/28516105493?pr=305#step:9:189
btw, the linked CVE is about heap-buffer-overflow, not double free
CI failure addressed by #293
regarding ``` --- def: | this should not be an error block scalar content does not require +1 indentation ``` This looks like an oversight in the 1.2.1 -> 1.2.2...