• Ian Hickson's avatar
    Add even more careful checks around BoxConstraints (#3243) · 47f5c6f2
    Ian Hickson authored
    I ran into a case where I was setting minHeight=∞ and then calling
    layout() with that constraint, which is all kinds of bad. To try to
    catch this earlier, this patch now provides a way to catch constraints
    that are requiring infinite values.
    
    We don't _always_ check this because there are valid uses for
    BoxConstraints.biggest, e.g. as an additionalConstraint.
    47f5c6f2
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...