slint/internal/compiler/tests
Tobias Hunger d785f2d5df compiler: Store an optional version number with the document
A None value means the file on disk is the golden version.

We have an editor, the LSP and the preview that all need to at least
notice when they have newer data then their peers. So IMHO it makes
sense to have an optional document version around.

The language server protocol makes use of a version number already. This
patch moves that code into the compiler so that it is stored with the
actual data getting versioned.
2023-12-18 14:21:50 +01:00
..
syntax Compiler: Error when assigning to compile time properties 2023-12-12 21:51:56 +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: Store an optional version number with the document 2023-12-18 14:21:50 +01:00