Skip to content
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

fixed missing __ne__ op in resource handle #1096

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

nerdvegas
Copy link
Contributor

@nerdvegas nerdvegas commented Jun 8, 2021

This bug has been there a long time, undetected.

Manifested as rez-test not being able to find the correct variant to run a test in, because a (VariantHandle != VariantHandle) test was always returning True despite the handles being equivalent. This started happening because in v2.84.0, a change was made where the handle returned from installing a variant into a filesystem repo, was changed to return it from a copy of the repo. See https://github.com/nerdvegas/rez/pull/1061/files#diff-0923f674fb98267b2cbc6111a14e4073edceab2b1b2661939dfef8bf7f112dbcR1341-R1346 for an explanation of why we do this.

Fixes #1095

@nerdvegas nerdvegas merged commit dccba0d into master Jun 16, 2021
@bpabel bpabel deleted the issue_1095-rez-test-variant branch January 19, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression: rez-test Could not resolve to variant
1 participant