ResolvedContext.get_resolved_package() should return None for failure - #1325
Merged
nerdvegas merged 1 commit intoJun 22, 2022
Conversation
|
|
alexey-pelykh
force-pushed
the
bugfix/ResolvedContext__get_resolved_package
branch
from
June 14, 2022 16:22
ee2f3f2 to
ed8be79
Compare
|
@alexey-pelykh what is the outcome from rez-pip once your PR is merged? I'd really like / expect rez-pip to give a nice message like "No valid version for pandas could be found" or something. Can we make sure prior to merge that we get a similar message? |
Contributor
Author
|
@ColinKennedy it will fallback to rez-bound python with warning instead of crashing miserably |
alexey-pelykh
force-pushed
the
bugfix/ResolvedContext__get_resolved_package
branch
from
June 14, 2022 16:35
ed8be79 to
6b32be8
Compare
|
Music to my ears! |
Contributor
|
CLA please!
A
…On Wed, Jun 15, 2022 at 4:16 AM Colin Kennedy ***@***.***> wrote:
Music to my ears!
—
Reply to this email directly, view it on GitHub
<#1325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOUSVUBPRNJKKOXICWZJTVPDD6FANCNFSM5YYJYSHQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Signed-off-by: Alexey Pelykh <alexey.pelykh@gmail.com>
alexey-pelykh
force-pushed
the
bugfix/ResolvedContext__get_resolved_package
branch
from
June 15, 2022 05:20
6b32be8 to
96dd363
Compare
Contributor
Author
|
@nerdvegas done |
This was referenced Jun 16, 2022
nerdvegas
approved these changes
Jun 22, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Otherwise for
rez-pip --python-version 1.2.3 -i pandaswith non-existent python version, the following stacktrace will happen: