slint/sixtyfps_compiler/tests/syntax
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
..
analysis Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
basic WIP: introduce the new llr module (Low Level Representation) 2022-01-12 16:22:35 +01:00
elements Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
exports Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
focus Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
imports Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
layout Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
lookup Test and fixe error involving invalid array access 2022-01-14 13:38:25 +01:00
parse_error Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00