jpmag
jpmag
Some cases were missing the `complex-key` tag, and as a result processors not implementing complex keys are reported as error for these cases, instead of the expected not-implemented.
This change addresses a possible confusion in a test case where JSON processors can trim trailing zero digits from the fractional part of floating numbers. It changes zeros to nonzeros...
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...