-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Change Python's ObjectID
to ObjectRef
#9353
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ef7f31d
ObjectID -> ObjectRef
raulchen 5c92f9d
object_id -> object_ref
raulchen ad6d1c5
revert c_object_id and c_outer_object_id
raulchen a3a7d80
obj_id -> obj_ref
raulchen 20bdc2c
objectid -> object_ref
raulchen 7c6d0b0
object id
raulchen e4f5c7a
Move ObjectRef to object_ref.pxi and add alias
raulchen 2ff9de8
add backward compatibility test
raulchen 266e835
.rst: ObjectID -> ObjectRef
raulchen abb5eb1
.rst: object_id -> object_ref
raulchen 13a68e8
.rst: obj_id -> obj_ref
raulchen cc5e6ff
.rst: object ID -> object ref
raulchen 2b693eb
.rst: Object ID -> Object ref
raulchen 6654310
Revert "object id"
raulchen 461e4c6
object id -> object ref
raulchen b6bc9f7
lint
raulchen d0ba761
lint
raulchen 972816a
Fix missing cases
raulchen b68d45d
Fix missing cases
raulchen 9b6f2ab
revert some unneeded changes
raulchen a85c81b
lint
raulchen 62f9bfe
Fix rst lint
raulchen 7ccb4d4
Merge branch 'master' into object_ref
raulchen 79cf8e7
small fixes
raulchen fdaaee0
oid -> obj_ref
raulchen 999ffad
lint
raulchen 5ebe88f
Fix test_memstat.py
raulchen c8ae208
lint
raulchen 8f36d8c
Fix dashboard
raulchen 97b8f8f
Fix CoreWorkerStats PB
raulchen 219bb19
comment
raulchen 3b41e68
fix CoreWorkerStats
raulchen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to change all of the documentation (ray/doc/source/*.rst) too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Will ping you again when I've changed everything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All python/cython/rst files should have been fixed