Files
releases/internal
Anders Eknert 1d51c1df61 Replace use of yaml.v2 library with yaml.v3 (#7091)
Some quirks encountered in the upgrade:
- Errors reported by the parser are now zero-indexed
- A few errors seemingly reported on the line after the
  error rather than where it happened
- Also a few tests where the line number reported
  *previously* seemed wrong but now is right
- Something different in how the parser unmarshalled to
  the "raw" schema annotation type we used. Changed to
  use a a map instead of that type alias.. but I'm not
  really sure why that had to be done

Perhaps worth looking into this further. But pushing this
now to start that discussion.

Fixes #7090

Signed-off-by: Anders Eknert <anders@styra.com>
2024-10-06 03:54:06 +02:00
..
2022-01-29 13:28:54 -08:00
2023-01-11 10:30:48 -08:00