Skip to content

Conversation

radarek
Copy link

@radarek radarek commented Feb 23, 2015

Fix #16 "Speed regression for #attachment accessor (getter) between 2.2.2 and 2.3.1 version".

Copy link
Author

Choose a reason for hiding this comment

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

Can't we break after first definition found? Why comment says that we are looking for top-most definition? How about class A defining attachment and class B < A overriding attachment definition? In this case I think we should get definitions from class B but this code will find definition from A.

@radarek
Copy link
Author

radarek commented Feb 28, 2015

@jarl-dk Could you review and eventually merge this pull?

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.

Speed regression for #attachment accessor (getter) between 2.2.2 and 2.3.1 version

1 participant