blaise/tools/bif-coverage
Andrew Haines 565fbea9bc fix(tools): bif-coverage resolves paths by walking up from CWD
Previously the binary used `../../compiler/src/main/pascal/...` and
`bif-coverage.status` directly, locking it to invocation from
tools/bif-coverage/.  Now it walks up from CWD looking for a directory
that contains both `compiler/src/main/pascal/uAST.pas` and
`project.xml`, then resolves every other path under that root.  Lets
the verifier be invoked from the project root, from any subdir, or
from a test runner's CWD (compiler/) without setup.
2026-06-08 00:27:24 +01:00
..
src/main/pascal fix(tools): bif-coverage resolves paths by walking up from CWD 2026-06-08 00:27:24 +01:00
bif-coverage.status feat(tools): add bif-coverage verifier for AST/encoder/decoder drift 2026-06-08 00:27:24 +01:00
project.xml feat(tools): add bif-coverage verifier for AST/encoder/decoder drift 2026-06-08 00:27:24 +01:00