slint/sixtyfps_compiler/tests/syntax/analysis
Olivier Goffart a8bc254dd3 Fixes loop detection involving sub components and two ways binding
The original binding analysis code was considering that all the sub components
were inlined. But when this is not the case, we need to re-analyze each
sub component within their parent.

We also need to take care of reverse aliases

Will cause a .60 compile time binding loop error instead of a
runtime recursion panic in code like issue #772
2022-01-17 19:48:37 +01:00
..
binding_loop1.60 Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
binding_loop2.60 Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
binding_loop_issue_772.60 Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
binding_loop_layout.60 Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
binding_loop_layout2.60 Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
binding_loop_self.60 Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00