slint/internal/compiler/tests/syntax
Olivier Goffart 42a4286048 Fix missing error when calling argb() with too many arguments
This is technically a breaking change if someone was calling it with too
many args by mistake, but i think it's fine to do this as a bugfix
2024-03-22 14:57:07 +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 Fix missing error when calling argb() with too many arguments 2024-03-22 14:57:07 +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