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

Fix Issue #305 #306

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Fix Issue #305 #306

merged 1 commit into from
Apr 10, 2024

Conversation

denbell5
Copy link
Contributor

@denbell5 denbell5 commented Apr 9, 2024

As described in #305 , the bug is related to overridden indexer in inherited class. So, to fix it, I added an additional comparison to select indexer with higher priority - indexer that is declared in the descendant class.

Fix #305

@davideicardi davideicardi merged commit f966f84 into dynamicexpresso:master Apr 10, 2024
2 checks passed
Copy link
Contributor

@metoule metoule left a comment

Choose a reason for hiding this comment

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

Thank you!

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.

Indexer ambiguity when inherited class replaces parent's indexer with new keyword
3 participants