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

legate/util: fix a mypy error on MacOS #438

Merged
merged 2 commits into from
Oct 14, 2022

Conversation

rohany
Copy link
Member

@rohany rohany commented Oct 14, 2022

Fixes #435.

Signed-off-by: Rohan Yadav rohany@alumni.cmu.edu

Fixes nv-legate#435.

Signed-off-by: Rohan Yadav <rohany@alumni.cmu.edu>
@rohany rohany requested a review from bryevdv October 14, 2022 07:15
@rohany rohany added the category:bug-fix PR is a bug fix and will be classified as such in release notes label Oct 14, 2022
@rohany rohany merged commit 349182b into nv-legate:branch-22.12 Oct 14, 2022
manopapad pushed a commit that referenced this pull request Mar 5, 2025
* Switch to a new scoping mechanism

* Make ScopeImpl an inner class

* Extend Scope to hold more than one override request

* Docstrings for the new Scope class

* Disallow nested scopes using the same machine in Python

* Some unit tests for Scope

* Pipe through the priority value to the mapper

* Make get_machine return a reference and fix clang-tidy issues

* Update the Python API for Scope

* Remove dead code

* Address review comments

* Put back const auto& that somehow got lost during merge

* More fixes for clang-tidy

* Address review comments

* Missing comment

* More review comment to address

* Another review comment to address

* Make sure scope_ is reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug-fix PR is a bug fix and will be classified as such in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy error on Mac
2 participants