slint/internal/compiler/tests/syntax
Olivier Goffart 678afb3ba0 Throw an error when returning no value when one is expected.
Previously we were likely to get error in the compiled code anyway.
(although the interpreter worked fine)

Fixes #3962
2023-11-20 13:50:57 +01:00
..
accessibility Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
analysis janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
basic Throw an error when returning no value when one is expected. 2023-11-20 13:50:57 +01:00
callbacks Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
elements Add lower_component_container pass 2023-07-27 12:04:16 +02:00
exports Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
expressions Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
focus Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
functions Add support for protected functions 2023-10-11 10:50:50 +02: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 regression with empty array 2023-11-01 11:30:59 +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