Skip to content

fix JitCall codegen for duplicate symbols within namespaces #696

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

Vipul-Cariappa
Copy link
Collaborator

Description

Fixes # (issue)

Fixes 1 test in cppyy

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Requires documentation updates

Testing

Checklist

  • I have read the contribution guide recently

@Vipul-Cariappa Vipul-Cariappa force-pushed the dev/namespaced-duplicate branch from 8ec0991 to 06e4b57 Compare August 8, 2025 07:48
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.69%. Comparing base (41f26a3) to head (06e4b57).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #696      +/-   ##
==========================================
+ Coverage   79.68%   79.69%   +0.01%     
==========================================
  Files           9        9              
  Lines        3942     3944       +2     
==========================================
+ Hits         3141     3143       +2     
  Misses        801      801              
Files with missing lines Coverage Δ
lib/CppInterOp/CppInterOp.cpp 87.81% <100.00%> (+0.01%) ⬆️
Files with missing lines Coverage Δ
lib/CppInterOp/CppInterOp.cpp 87.81% <100.00%> (+0.01%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

github-actions bot commented Aug 8, 2025

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

@mcbarton
Copy link
Collaborator

mcbarton commented Aug 8, 2025

@Vipul-Cariappa ignore the failing ci job. Its broken on main too. This other PR you have open fixes this failing job #678 . No idea how.

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

Lgtm!

@mcbarton mcbarton merged commit 11c0183 into compiler-research:main Aug 8, 2025
41 of 42 checks passed
@Vipul-Cariappa Vipul-Cariappa deleted the dev/namespaced-duplicate branch August 8, 2025 10:55
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.

3 participants