Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[rotations] add ResourceHolderMixin to fix placement in a number of resources #239
[rotations] add ResourceHolderMixin to fix placement in a number of resources #239
Changes from 23 commits
8380f87
6d81719
2816879
b990f17
71cc945
41d51df
fcc5410
f459e66
eb90108
cf88076
726ea18
c5d03f2
db96840
3017141
bacfd5d
08b19ca
49f8203
9044ce1
e677a02
1c2b51a
eeef292
87ba3b4
3878799
1e39fa6
522a56f
a9f8993
f9a083b
f95e723
9aea429
828891e
5fdb842
c4167f8
4cc9561
aaa4429
7d00883
ee84c68
0af7d77
e7da4ac
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_get_sinking_depth should not handle callbacks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made an issue for this: #246
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll add the issue to the code in a comment as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
potentially just put this in get_default_child_location. It seems incorrect to have a get_size method return a coordinate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's used in the assign lid to resource stack special case. I can rename to something if you don't like the
size
word.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for this particular function i don't like it :)