Anchor read_example to the source root #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
tests/test_e2e.ml and the fold_state example test read
../../../examples/relative to cwd. Underdune runtestthat resolves correctly, but running a test binary viadune exec tests/...from an in-repo worktree root silently reads the main checkout's examples — during the def/apply slice this produced the same phantom failure three times (bisect-a.bel: unexpected character, old syntax from the other checkout).Anchor the path to the source root instead, e.g. via a dune
%{workspace_root}env value orDUNE_SOURCEROOT.Follow-up to #35.