We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
testing
Baked resolves generated with older versions are not compatible with rez-3.2.0. Note a regression per say but a breaking change
Environment
To Reproduce
> rez --version Rez 3.0.0 from c:\rez\3.0.0\Lib\site-packages\rez (python 3.11) > rez env python --output py.rxt
> rez env --input py.rxt 12:10:10 ERROR ResolvedContextError: Failed to load context from py.rxt: KeyError: 'testing'
Expected behavior We should be left in a resolved context
Actual behavior Resolution failure.
Related Issues/PRs
The text was updated successfully, but these errors were encountered:
Thanks for opening this. It's definitely a bug.
Sorry, something went wrong.
A fixed has been released in rez 3.2.1. Thanks again for reporting the problem.
Successfully merging a pull request may close this issue.
Baked resolves generated with older versions are not compatible with rez-3.2.0.
Note a regression per say but a breaking change
Environment
To Reproduce
Expected behavior
We should be left in a resolved context
Actual behavior
Resolution failure.
Related Issues/PRs
The text was updated successfully, but these errors were encountered: