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

chore(plugins): Do not depend on AnalysisBasePluginAdapterMixin #1328

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

maringuu
Copy link
Collaborator

The mixin is an internal thing that should not be used in plugins. Moving it in the abstract class, allows us to silently remove it in the future.

@jstucke Iirc, we discussed this some time ago but apparently forgot to ever to this :)

The mixin is an internal thing that should not be used in plugins.
Moving it in the abstract class, allows us to silently remove it
in the future.
@maringuu maringuu requested a review from jstucke January 16, 2025 10:10
@codecov-commenter
Copy link

codecov-commenter commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.84%. Comparing base (ab95ac5) to head (bc624ea).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1328      +/-   ##
==========================================
- Coverage   92.48%   91.84%   -0.64%     
==========================================
  Files         379      376       -3     
  Lines       24115    21038    -3077     
==========================================
- Hits        22302    19323    -2979     
+ Misses       1813     1715      -98     

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

Copy link
Collaborator

@jstucke jstucke left a comment

Choose a reason for hiding this comment

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

LGTM!

@jstucke jstucke merged commit 5d773dc into fkie-cad:master Jan 16, 2025
8 checks passed
@maringuu maringuu deleted the remove-mixin branch January 16, 2025 15:50
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