slint/internal/compiler
Olivier Goffart a89c5db8db Fix crash when a state condition is detected as constant
States are never constant because the generated state binding depend on
the time as it register the time it was set for the pottential animation

Also adjust the assert so it assert correctly which the right message

Fixes: #2274
2023-02-24 16:43:48 +01:00
..
generator C++: Don't make the global_* member public 2023-02-17 17:54:03 +01:00
LICENSES
llr Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
parser Make the old syntax a warning 2023-02-14 12:38:39 +01:00
parser-test-macro Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
passes Layouting: When propagating constraint to parent, use the explicit constraints... 2023-02-15 17:07:33 +01:00
tests Fix visible property on the root of a component 2023-02-14 13:28:54 +01:00
widgets docs: Go over builtin_elements.md (#2280) 2023-02-24 11:03:56 +01:00
build.rs
builtin_macros.rs
builtins.slint docs: Go over builtin_elements.md (#2280) 2023-02-24 11:03:56 +01:00
Cargo.toml Update resvg dependency 2023-02-16 09:03:22 +01:00
diagnostics.rs Enable the new syntax by default 2023-01-07 14:18:10 +01:00
embedded_resources.rs C++: Generate image texture data for software renderer 2022-12-09 09:25:48 +01:00
expression_tree.rs Fix conversions of array literal containing struct with array literal 2023-01-02 23:53:22 +01:00
fileaccess.rs
generator.rs Fix crash when a state condition is detected as constant 2023-02-24 16:43:48 +01:00
langtype.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08:00
layout.rs Remove undocumented and dysfunctional PathLayout 2023-01-21 13:10:19 +01:00
lexer.rs
lib.rs Fix SLINT_EMBED_RESOURCES environment variable 2023-02-23 21:10:43 +01:00
literals.rs
llr.rs
load_builtins.rs Compiler: use the new syntax for builtins.slint 2023-02-10 16:22:52 +01:00
lookup.rs Remove deprecated Keys enum in slint language 2023-01-26 15:35:18 +01:00
namedreference.rs
object_tree.rs Fix run-time panic when combining forward-focus with text rendering in no_std environments 2023-02-08 15:41:35 +01:00
parser.rs Make the old syntax a warning 2023-02-14 12:38:39 +01:00
passes.rs Fix visible property on the root of a component 2023-02-14 13:28:54 +01:00
README.md
typeloader.rs Remove support of old SIXTYFPS_ env variable, and sixtyfps_widgets.60 2023-01-26 13:36:38 +01:00
typeregister.rs WIP: pure qualifier for callback and functions 2022-12-22 00:26:27 -08:00

The Slint Compiler Library

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.