Skip to content

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Oct 8, 2025

The default name given to plugins loaded using load_library is an empty string and not a None, which creates a name conflict if two plugins are loaded without explicit names.
This PR adds a default name to plugins loaded with no name argument.

@PProfizi PProfizi requested a review from rafacanton October 8, 2025 07:36
@PProfizi PProfizi self-assigned this Oct 8, 2025
Copy link

codecov bot commented Oct 8, 2025

Codecov Report

❌ Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.88%. Comparing base (26a1645) to head (a768b3f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2661       +/-   ##
===========================================
- Coverage   84.26%   45.88%   -38.38%     
===========================================
  Files          92       92               
  Lines       10858    10863        +5     
===========================================
- Hits         9149     4985     -4164     
- Misses       1709     5878     +4169     

Copy link
Contributor

github-actions bot commented Oct 9, 2025

Some tests with 'continue-on-error: true' have failed:

  • PyDPF-Post API tests on ubuntu-latest

Created by continue-on-error-comment

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