-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement DropAction #58
base: master
Are you sure you want to change the base?
Conversation
There's a question of whether we should require a Option 1:
|
b7b5c9b
to
1a39359
Compare
This separates the measurement phase from the building phase.
I'll have some free time over the next couple of weeks, if you wanted to make suggestions. |
I'm sorry to leave you hanging again. I know exactly what it feels like from your perspective and it is unfair. Basically any change that takes me more than an hour to review is difficult. I can't make any promises there. |
This separates the measurement phase from the building phase.
The tests currently fail, but I'm putting this up as draft to solicit feedback on whether this was what you had in mind. The reasons test fail is thatbuildCell $ dropLeft n s
is no longer guaranteed to have the expected width, since it will no longer add padding to get up to the expected width. Correcting this is either a matter of changing the trimming logic elsewhere, or reimplementing the padding logic for now.