Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Fixes Backbone / Model MRO inconsistency #5148

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Conversation

TomBourgeade
Copy link
Contributor

The ordering of parent classes in Backbone is backwards from Model's, which leads to inconsistent MRO issues if one wants to implement their Backbone by multi-inheriting from an existing Model.

The ordering of parent classes in Backbone is backwards from Model's, which leads to inconsistent MRO issues if one wants to implement their Backbone by multi-inheriting from an existing Model.
@dirkgr dirkgr merged commit 9184fbc into allenai:main Apr 23, 2021
dirkgr pushed a commit that referenced this pull request May 10, 2021
The ordering of parent classes in Backbone is backwards from Model's, which leads to inconsistent MRO issues if one wants to implement their Backbone by multi-inheriting from an existing Model.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants