Skip to content

Delete copy constructor and copy and move operators #2378

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

Merged

Conversation

saikishor
Copy link
Member

Add changes based on rule of five. Shouldn't affect anything

@saikishor saikishor added the backport-jazzy This label should be used by maintainers only! Label triggers PR backport to ROS 2 jazzy. label Jul 9, 2025
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.87%. Comparing base (b87334a) to head (e1f1029).
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2378      +/-   ##
==========================================
+ Coverage   88.84%   88.87%   +0.03%     
==========================================
  Files         148      148              
  Lines       16893    16892       -1     
  Branches     1438     1439       +1     
==========================================
+ Hits        15008    15013       +5     
+ Misses       1319     1315       -4     
+ Partials      566      564       -2     
Flag Coverage Δ
unittests 88.87% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
..._interface/include/hardware_interface/actuator.hpp 100.00% <ø> (ø)
...re_interface/include/hardware_interface/sensor.hpp 100.00% <ø> (ø)
...re_interface/include/hardware_interface/system.hpp 100.00% <ø> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

bmagyar
bmagyar previously approved these changes Jul 17, 2025
Copy link
Member

@bmagyar bmagyar left a comment

Choose a reason for hiding this comment

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

a0ig5j

@christophfroehlich
Copy link
Contributor

@saikishor fyi: pre-commit is failing

@bmagyar bmagyar dismissed stale reviews from christophfroehlich and themself via e1f1029 July 18, 2025 10:57
@bmagyar bmagyar merged commit b315f2b into ros-controls:master Jul 18, 2025
20 of 26 checks passed
@bmagyar bmagyar deleted the add/rule_of_five/changes branch July 18, 2025 11:00
mergify bot pushed a commit that referenced this pull request Jul 18, 2025
(cherry picked from commit b315f2b)

# Conflicts:
#	hardware_interface/include/hardware_interface/actuator.hpp
#	hardware_interface/include/hardware_interface/sensor.hpp
#	hardware_interface/include/hardware_interface/system.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-jazzy This label should be used by maintainers only! Label triggers PR backport to ROS 2 jazzy.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants