Skip to content

Make parent class explicit (super() is not supported)#237

Merged
eldipa merged 1 commit intomasterfrom
Issue-235-Remove-super-from-hierarchy
May 20, 2022
Merged

Make parent class explicit (super() is not supported)#237
eldipa merged 1 commit intomasterfrom
Issue-235-Remove-super-from-hierarchy

Conversation

@eldipa
Copy link
Copy Markdown
Collaborator

@eldipa eldipa commented May 20, 2022

Closes #235

@eldipa eldipa added this to the 11.0.0 milestone May 20, 2022
@eldipa eldipa merged commit b006eb8 into master May 20, 2022
@eldipa eldipa deleted the Issue-235-Remove-super-from-hierarchy branch May 20, 2022 11:42
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.

Remove super from the extension classes (ExampleFinder, ExampleRunner, ...) as the hierarchy may not support cooperaty inherence (and it isn't required)

1 participant