yaml-test-matrix
yaml-test-matrix copied to clipboard
Run yaml/yaml-test-suite tests and create HTML matrix
Rust has a yaml implementation named "yaml-rust": https://github.com/chyh1990/yaml-rust Its readme declares it's "still under heavy development", so I'm just letting you know it exists~
It's already supported in yam-editor, but not yet in the Matrix. At the recent Perl Toolchain Summit I fixed an important bug that I think previously prevented its inclusion.
Adjusted the workarounds as needed for the new version. Also adds a helper script to facilitate building the matrix locally.
This is really useful for parsers that are evolving. For example IIRC the rapidyaml version showing in the matrix is 0.4.1, while the current rapidyaml version is 0.6.0. The later...