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

Fix symlink install bug originating from generate_parameter_library_py #80

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

Oberacda
Copy link
Contributor

generate_parameter_library_py does not seem to work with package_dir = { "": "src/" } in setup.py.
This moves the Python package to the top-level package dir to fix this issue.

Closes #79

@Oberacda Oberacda added bug Something isn't working Urgent Priority labels Apr 23, 2024
@Oberacda Oberacda added this to the First ROS2 Release milestone Apr 23, 2024
@Oberacda Oberacda self-assigned this Apr 23, 2024
Copy link

github-actions bot commented Apr 23, 2024

Test Results

 10 files  ±0   10 suites  ±0   27s ⏱️ ±0s
202 tests ±0  202 ✅ ±0  0 💤 ±0  0 ❌ ±0 
404 runs  ±0  404 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c96f625. ± Comparison against base commit d57225f.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link

codecov-commenter commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.37%. Comparing base (f783bb4) to head (bf52574).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #80      +/-   ##
==========================================
- Coverage   33.59%   33.37%   -0.23%     
==========================================
  Files          37       37              
  Lines        5453     5453              
  Branches     1251     1251              
==========================================
- Hits         1832     1820      -12     
- Misses       3559     3572      +13     
+ Partials       62       61       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Oberacda Oberacda requested a review from a team April 24, 2024 13:35
@nspielbau nspielbau merged commit 525b794 into dev Jun 19, 2024
7 checks passed
@Oberacda Oberacda deleted the fb_fix_symlink_install branch July 4, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Urgent Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants