slint/internal/compiler/tests/syntax
Olivier Goffart 5dea1f1d29 compiler: Fix loading relative path to the workdir
This should in principle not be allowed, it should be relative to the
file itself.
Make it a warning, and at least, don't duplicate the globals

Fixes #2719
2023-07-24 18:21:53 +02:00
..
accessibility Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
analysis Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
basic Run the import pass even when building the object tree fails. 2023-07-14 14:13:48 +02:00
callbacks Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
elements Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +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 Run the import pass even when building the object tree fails. 2023-07-14 14:13:48 +02:00
imports compiler: Fix loading relative path to the workdir 2023-07-24 18:21:53 +02:00
layout Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
lookup Don't panic when an unresolved alias has a binding 2023-07-14 14:13:48 +02: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