Skip to content

[core] Delete unnecessary plasma.cc + macro#56308

Merged
dayshah merged 3 commits intoray-project:masterfrom
dayshah:del-plasma-cc
Sep 7, 2025
Merged

[core] Delete unnecessary plasma.cc + macro#56308
dayshah merged 3 commits intoray-project:masterfrom
dayshah:del-plasma-cc

Conversation

@dayshah
Copy link
Copy Markdown
Contributor

@dayshah dayshah commented Sep 6, 2025

Why are these changes needed?

plasma.cc only contained one implementation from common.h, it doesn't need to exist. The RAY_DISALLOW_COPY_AND_ASSIGN is also overkill as a macro.

Signed-off-by: dayshah <dhyey2019@gmail.com>
@dayshah dayshah added the go add ONLY when ready to merge, run all tests label Sep 6, 2025
@dayshah dayshah marked this pull request as ready for review September 7, 2025 01:48
@dayshah dayshah requested a review from a team as a code owner September 7, 2025 01:48
public:
explicit LocalObject(Allocation allocation);
explicit LocalObject(Allocation allocation)
: allocation_(std::move(allocation)), ref_count_(0) {}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was the only thing in plasma.cc...

Signed-off-by: dayshah <dhyey2019@gmail.com>
@dayshah dayshah enabled auto-merge (squash) September 7, 2025 02:33
@ray-gardener ray-gardener bot added the core Issues that should be addressed in Ray Core label Sep 7, 2025
@github-actions github-actions bot disabled auto-merge September 7, 2025 18:16
@dayshah dayshah merged commit d25f4ea into ray-project:master Sep 7, 2025
5 checks passed
sampan-s-nayak pushed a commit to sampan-s-nayak/ray that referenced this pull request Sep 8, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: sampan <sampan@anyscale.com>
jugalshah291 pushed a commit to jugalshah291/ray_fork that referenced this pull request Sep 11, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: jugalshah291 <shah.jugal291@gmail.com>
wyhong3103 pushed a commit to wyhong3103/ray that referenced this pull request Sep 12, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: yenhong.wong <yenhong.wong@grabtaxi.com>
ZacAttack pushed a commit to ZacAttack/ray that referenced this pull request Sep 24, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: zac <zac@anyscale.com>
dstrodtman pushed a commit that referenced this pull request Oct 6, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: Douglas Strodtman <douglas@anyscale.com>
justinyeh1995 pushed a commit to justinyeh1995/ray that referenced this pull request Oct 20, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
landscapepainter pushed a commit to landscapepainter/ray that referenced this pull request Nov 17, 2025
Signed-off-by: dayshah <dhyey2019@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants