slint/internal/compiler/tests/syntax
Olivier Goffart c553eb4398
compiler: Don't panic when using foo.focus(something)
Just ignore the case where focus has more argument that planed as it has
been reported as an error earlier.

Also fix the error message for calling member function with the wrong
number of argument to not include the base in the count.

Fix #4883
2024-03-19 11:06:08 +01:00
..
accessibility Compiler: Error when assigning to compile time properties 2023-12-12 21:51:56 +01:00
analysis janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
basic Fix detection of properties when they are only used in two way bindings 2023-12-19 11:14:53 +01:00
callbacks Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
elements Compiler: Error when assigning to compile time properties 2023-12-12 21:51:56 +01:00
exports Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
expressions Rename @image-url(..., 9slice(...)) to @image-url(..., nine-slice(...)) 2024-03-07 17:01:57 +01:00
focus compiler: Don't panic when using foo.focus(something) 2024-03-19 11:06:08 +01:00
functions Compiler: avoid two error message when trying to call a non-existing function 2024-01-24 20:06:48 +01:00
imports Fix compiler panic when trying to resolve aliases in invalid import 2023-10-16 16:37:49 +02:00
layout Compiler: Don't panic when a Row is repeated in a GridLayout 2023-10-23 19:43:46 +02:00
lookup Compiler: fix lookup of the model not seeing that the element is being repeated 2024-02-26 12:16:51 +01:00
new_syntax Run the import pass even when building the object tree fails. 2023-07-14 14:13:48 +02:00
parse_error Better error when using ';' instead of ',' when declaring struct 2023-07-24 12:31:41 +02:00