slint/internal/compiler/llr
Olivier Goffart f669df913c Fix miscompilation because of too-agressive optimization
We try to only visit the bindings of used property.
The problem is that when we visit the element, not all properties have
been marked as used, yet. We have a chicken and egg problem.

So just visit all bindings even for property we haven't reached.
This is unfortunate that we have to do that, and we'd need a much
deeper analysis to do this properly.

Fixes #8144
2025-04-15 11:47:06 +02:00
..
optim_passes Fix miscompilation because of too-agressive optimization 2025-04-15 11:47:06 +02:00
expression.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00
item_tree.rs Fix re-instentiating if elements when the condition is dirty 2025-03-27 15:37:07 +01:00
lower_expression.rs compiler: Add a DebugHook expression 2025-04-09 13:52:29 +02:00
lower_to_item_tree.rs Improve font embedding for MCUs when bundling translations (#7875) 2025-03-18 11:54:28 +01:00
pretty_print.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00