We could support version 2 of the test runner interface. The differences between version 2 and version 3 are only relevant for concept exercises, and we currently don't have any.
We would need to parse the test output.
Should we use bash awk jq sed, like the approach used by the bash awk jq tracks?
Or should we use a zig program, like the approach used by the cpp free-pascal nim tracks? If so, should we wait until the track has moved to Zig 0.16+
We could support version 2 of the test runner interface. The differences between version 2 and version 3 are only relevant for concept exercises, and we currently don't have any.
We would need to parse the test output.
Should we use
bashawkjqsed, like the approach used by thebashawkjqtracks?Or should we use a zig program, like the approach used by the
cppfree-pascalnimtracks? If so, should we wait until the track has moved to Zig 0.16+