-
-
Notifications
You must be signed in to change notification settings - Fork 89
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 #697: use to_repository_relative_path in mtree_spec #696
Conversation
I'll try and work this into a proper fix, but just wanted to get it out there to get any thoughts / feedback. |
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.
looks right to me. I just wonder if it's worth creating a new e2e test for this, given those get expensive on CI as they accumulate, vs just adding an analysis test that's like a unit test for the starlark code
To do this, we somewhat abuse the skylib dependency, but that's probalby OK.
Good point. I managed to make a "normal" test (still not just analysis test though) by using the PTAL. |
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.
Perfect!!
* Reproduction for mtree_spec behaving different in other repo * Fix the bug (but not the test) * Fix the test * Rename mtree_spec e2e dir to tar * Fix bzlmod tests * Remove unnecessary skylib dependency from e2e repos * Add e2e tests to matrix * Replace e2e test with a normal test To do this, we somewhat abuse the skylib dependency, but that's probalby OK.
* Reproduction for mtree_spec behaving different in other repo * Fix the bug (but not the test) * Fix the test * Rename mtree_spec e2e dir to tar * Fix bzlmod tests * Remove unnecessary skylib dependency from e2e repos * Add e2e tests to matrix * Replace e2e test with a normal test To do this, we somewhat abuse the skylib dependency, but that's probalby OK.
Fixes #697.