Execute test-generator on CI to test it compiles and executes
Run ocp-indent
Reset generated test files to avoid test breakage
Adapt anagram/example to Base 0.12
Adapt hamming/example to Base 0.12
Adapt minesweeper/test to Base 0.12
I opted for explicit resets of files that would be written by test_generator.
This allows me to adapt the exercise-specific generator code, *.mli and example.ml files for only one exercise at a time while keeping the CI green.
test-generator
on CI to test it compiles and executesocp-indent
anagram/example
to Base 0.12hamming/example
to Base 0.12Adapt
minesweeper/test
to Base 0.12I opted for explicit resets of files that would be written by
test_generator
. This allows me to adapt the exercise-specific generator code,*.mli
andexample.ml
files for only one exercise at a time while keeping the CI green.