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

Make image view mixins into abstract base classes #2374

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Conversation

samtygier-stfc
Copy link
Collaborator

@samtygier-stfc samtygier-stfc commented Nov 12, 2024

Issue

Closes #2373

Wait for #2349 to be merged to resolve any conflicts

Description

Add a derived metaclass, to avoid metaclass conflicts. This is needed because the imageview has a sip.wrappertype metatype from qt.
Change AutoColorMenu and BadDataOverlay to abstract base classes.

Testing & Acceptance Criteria

Should not cause any problems, if the tests pass everything should work

Documentation

Not needed.

@coveralls
Copy link

coveralls commented Nov 12, 2024

Coverage Status

coverage: 74.246% (+0.03%) from 74.22%
when pulling e9508f3 on 2373-mixins-abc
into 507d6e8 on main.

@samtygier-stfc samtygier-stfc marked this pull request as ready for review November 14, 2024 17:20
@JackEAllen JackEAllen self-requested a review December 3, 2024 09:19
Copy link
Collaborator

@JackEAllen JackEAllen left a comment

Choose a reason for hiding this comment

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

All looks good, happy to approve 🙂

@JackEAllen JackEAllen added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit cdaeafd Dec 3, 2024
8 checks passed
@JackEAllen JackEAllen deleted the 2373-mixins-abc branch December 3, 2024 16:56
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.

AutoColorMenu and BadDataOverlay should be abstract base classes
3 participants