slint/internal/compiler/tests
Olivier Goffart 44ec841609 Fix lookup relative to the manifest path in .rs file
For the slint! macro, we need to lookup files in the manifest path.
The base_directory function regressed in commit 0ff8e2c.
This was not cought by the test because it had falled back to the `pwd`
with a warning, as we used to load ressources relative to `pwd` as a
fallback.
So also check that there are no warning (meaning updating the rest of
the test so that there isn't any warnings)

Fix #4045
2023-12-02 13:11:59 +01:00
..
syntax Add clamp function to slint language 2023-11-22 12:27:54 +01:00
typeloader Fix lookup relative to the manifest path in .rs file 2023-12-02 13:11:59 +01:00
consistent_styles.rs compiler: Fix loading relative path to the workdir 2023-07-24 18:21:53 +02:00
syntax_tests.rs compiler: Rework path handling 2023-10-10 20:04:47 +02:00