[Core] Don't try to gather check_parent_task on Windows.#13700
Merged
simon-mo merged 1 commit intoray-project:masterfrom Jan 27, 2021
Merged
Conversation
simon-mo
approved these changes
Jan 25, 2021
2 tasks
Contributor
|
Hmm seems like creating even more spam: |
2 tasks
fyrestone
reviewed
Jan 27, 2021
Contributor
This error may be caused by the port conflict. It is not related to the |
1ae59bb to
a33b688
Compare
a33b688 to
ec76a37
Compare
fyrestone
approved these changes
Jan 27, 2021
Contributor
fyrestone
left a comment
There was a problem hiding this comment.
LGTM. Hope we can fix the root cause as soon as possible.
6 tasks
fishbone
pushed a commit
to fishbone/ray
that referenced
this pull request
Feb 16, 2021
fishbone
added a commit
to fishbone/ray
that referenced
this pull request
Feb 16, 2021
…ed. (ray-project#13700)" This reverts commit b8f365c.
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.
Added Windows check to the site of the
check_parent_taskgather.Why are these changes needed?
check_parent_taskis only defined for non-Windows systems due to this commit, but is still gathered in Windows systems here, resulting in anUnboundLocalError:This PR adds that Windows check to the site of the
check_parent_taskgather as well.Related issue number
Hotfix, no issue.
Checks
scripts/format.shto lint the changes in this PR.