slint/sixtyfps_compiler/tests/syntax
Olivier Goffart dd3fa1c221 Make the BindingMap hold RefCell of the BindingExpression
This will allow later to be able to operate on the binding despite the
element is borrowed.

Since the Binding itself is in a RefCell, the analysis don't need to
be anymore.
To do this change, a small change in the binding_analysis logic was required
which means that we will now detect binding loop if a binding was causing
two binding loop. (before, only one binding loop was detected)
2021-11-11 11:14:59 +01:00
..
analysis Make the BindingMap hold RefCell of the BindingExpression 2021-11-11 11:14:59 +01:00
basic Fix the tests after the last commit 2021-11-04 10:23:56 +01:00
elements Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
exports Produce errors when exporting a name multiple times 2021-08-31 10:19:50 +02:00
focus Hard error when not calling a callback 2021-10-05 12:56:26 +02:00
imports Put filename in quote in import errors 2021-10-07 14:44:12 +02:00
layout Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
lookup Fix the syntax_tests 2021-11-02 11:59:02 +01:00
parse_error Improve error message for parse error 2021-10-06 08:54:14 +02:00