-
-
Notifications
You must be signed in to change notification settings - Fork 546
wip: attempt to fix constraint solving infinite loop #2012
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for opening this pull request! We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
Available types:
|
|
Draft fix in kasuari: ratatui/kasuari#24 |
c5d8ad5 to
e602369
Compare
| #[rstest] | ||
| #[timeout(core::time::Duration::from_secs(10))] | ||
| fn regression_1855() { | ||
| Layout::horizontal(vec![Min(0); 40]).split(Rect::new(0, 0, 40, 1)); | ||
| } |
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.
Ohh 💡! This is much smarter than my loop-count-abort test. Thanks for developing in the open.
|
At the risk of spamming this PR, apologies in advance. Edit: Ah, |
|
We don't worry too much about bot messages (this and code cov problems). They're there to remind us to fix up stuff before merging. Feel free to ignore it until then. |
[DO NOT MERGE]
Related: #1855