slint/internal/compiler/tests/syntax
Olivier Goffart 7290049a17 Fix panic parsing invalid linear grandient
If the last position expression is invalid due to an unrelated error,
the code that tries to do the interpolation was panicking with the
message "The last should never be invalid". (Because it assumed that
invalid meant that it was not set, and we added a 100% for that last
one if it wasn't set. But if it is set and invalid, this would error.)
2023-01-27 13:56:48 +01:00
..
accessibility First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
analysis Fix panic when the binding loop is caused by accessing the same component twice 2023-01-24 18:01:30 +01:00
basic Fix panic parsing invalid linear grandient 2023-01-27 13:56:48 +01:00
callbacks First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
elements Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
exports Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
focus First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
functions Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
imports Remove support of old SIXTYFPS_ env variable, and sixtyfps_widgets.60 2023-01-26 13:36:38 +01:00
layout First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
lookup Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
new_syntax Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
parse_error First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00