Skip to content

Fix Issue #305#306

Merged
davideicardi merged 1 commit intodynamicexpresso:masterfrom
denbell5:fix_305
Apr 10, 2024
Merged

Fix Issue #305#306
davideicardi merged 1 commit intodynamicexpresso:masterfrom
denbell5:fix_305

Conversation

@denbell5
Copy link
Copy Markdown
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
Copy link
Copy Markdown
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