Tina Müller (tinita)

Results 261 comments of Tina Müller (tinita)

Use case: I want to fix something. Let's say I expect no changes related to test suite. I checkout a feature branch, make my fix, run `make test-all` and it...

Use case 2: Contributor finds out how to add the new pin file to their forked run-test-suitte branch. CI passes on their fork. Demo: https://github.com/perlpunk/libyaml/actions/runs/121361971 They make a pull request...

Use case 3 (followup-to 2): One of us can add the new pin file to the origin/run-test-suite-branch and restart the various CI jobs, so that they pass. Now the PR...

I added a list of required packages to the README. Does this also work for darwin?

I think we should make a list of things that need to be changed. I started listing the changes between 1.1 and 1.2 a while ago: https://github.com/yaml/yaml/wiki/YAML-1.2-Changelog * 1 is...

Actually number 6 (Directives are not global anymore) is not implemented correctly in libyaml currently. Directives are not global. That means we could actually support `%YAML 1.2` simply by adding...

Is this still a work in progress?

See https://github.com/yaml/libyaml/pull/184 We can't use GitHub Actions because it relies on finding the right commit in the current branch.

I will give up on libyaml if organizing testing takes more time than actual code fixes :(