You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@FichteFoll thanks.
The implementation itself has to be added to the https://github.com/yaml/yaml-editor.
yaml-editor is the project which installs all frameworks into a docker container.
The yaml-test-matrix is running the different framework scripts from this docker container, eventually transforms their output to be comparable to the yaml-test-suite event format (or to json) and creates a html matrix from the comparison results. I thought about visualizing this on the matrix page,not exactly sure how yet =)
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~
The text was updated successfully, but these errors were encountered: