-
Notifications
You must be signed in to change notification settings - Fork 640
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
Failure to compile layout: binding loop reported #7693
Comments
At first glance... I wonder if this is perhaps a valid error and it was just somehow masked before? |
Looks like a layout bug in which layout behave differently depending on inlining: In that example, i'd have expected t1 and t2 and t3 to have the same minimal size. |
I tried to "fix" the problem by removing this lines slint/internal/compiler/passes/default_geometry.rs Lines 213 to 215 in 34b115b
(indeed, when we see something like But then we panic later in other testcase in
Which would need to be fixed but i don't have the time to do that now. |
Another similar bug in https://github.com/slint-ui/slint/actions/runs/13460934634/job/37615873276
This is again caused because of inlining and the I think the best is to revert commit bf716ff for this release and try to fix these bug before we do the inlining. Edit: another bug caused by that commit in https://github.com/slint-ui/slint/actions/runs/13460934634/job/37615849402 when compiling https://github.com/DASPRiD/vrc-osc-manager
|
This reverts commit bf716ff. This exposed the bug #7693 and more issues mentined in #7693 (comment) Fixes #7693 CC #7680
Bug Description
After #7680 , in particular commit bf716ff, the following provided test-case fails to compile.
It compiles when reverting that change.
Error message:
Reproducible Code (if applicable)
Environment Details
Product Impact
No response
The text was updated successfully, but these errors were encountered: