-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(staged_pps): expand path relative to root #8159
Conversation
Doesn't have to be in this PR, but do we not have any tests touching this? It would be good to have some for the future at least. |
We have tests but only with libs at the root. This one is on me; I checked that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A test would be useful indeed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A test would be useful indeed
Done in #8165. |
Rebased on top of the failing test; this shows the fix. |
Fixes ocaml#8158 This is an error introduced in ocaml#8109, not part of a release. Signed-off-by: Etienne Millon <[email protected]>
Fixes #8158
This is an error introduced in #8109, not part of a release.