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

Remove unused code #356

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

mcbarton
Copy link
Collaborator

This PR tries to remove what looks like unused code (I couldn't find reference to this code being used in CppInterOp, cppyy-backend,CPyCppyy, cppyy or xeus-cpp). We should see an increase in coverage if this PR works.

Copy link

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link

clang-tidy review says "All clean, LGTM! 👍"

@mcbarton mcbarton force-pushed the remove-redundant-code branch from 3e57dd2 to e4c8677 Compare November 28, 2024 19:11
@mcbarton mcbarton force-pushed the remove-redundant-code branch from e4c8677 to 766b845 Compare November 28, 2024 19:12
Copy link

clang-tidy review says "All clean, LGTM! 👍"

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.31%. Comparing base (289f6a9) to head (766b845).
Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #356      +/-   ##
==========================================
+ Coverage   74.55%   76.31%   +1.75%     
==========================================
  Files           8        8              
  Lines        3211     3137      -74     
==========================================
  Hits         2394     2394              
+ Misses        817      743      -74     
Files with missing lines Coverage Δ
lib/Interpreter/Paths.cpp 53.00% <ø> (+15.26%) ⬆️
Files with missing lines Coverage Δ
lib/Interpreter/Paths.cpp 53.00% <ø> (+15.26%) ⬆️

@mcbarton
Copy link
Collaborator Author

@alexander-penev there may be more unused code in CppInterOp, but I'll remove it in a series of PRs. This PR will focus of paths.cpp and paths.h and is ready for review.

@mcbarton
Copy link
Collaborator Author

mcbarton commented Dec 2, 2024

@alexander-penev ping

@mcbarton mcbarton requested a review from vgvassilev December 3, 2024 19:28
@mcbarton mcbarton merged commit 111d0e5 into compiler-research:main Dec 3, 2024
55 checks passed
@mcbarton mcbarton deleted the remove-redundant-code branch December 3, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants