slint/sixtyfps_compiler
Olivier Goffart 51836a9457 Attempt to fix a stack overflow in debug
The function that initialize all the bindings is huge, and its framz size is
too big. Put each binding evaluation in its own function seems to help
to avoid the stack overflow

Hopefully fixes #133
2021-05-05 22:01:06 +02:00
..
generator Attempt to fix a stack overflow in debug 2021-05-05 22:01:06 +02:00
parser WIP: LSP autocompletion of expression 2021-04-16 23:41:59 +02:00
parser_test_macro Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +02:00
passes Go to definition of structs 2021-04-24 15:06:58 +02:00
tests Adjust the syntax_tests to the change of length 2021-04-21 17:15:19 +02:00
widgets Use hover for the ugly style combo box as well 2021-04-30 15:14:10 +02:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtins.60 Hide internal type in auto-completions 2021-04-23 15:06:37 +02:00
Cargo.toml Fix loading of relative paths on Windows 2021-04-27 11:02:23 +02:00
diagnostics.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
expression_tree.rs Go to definition of structs 2021-04-24 15:06:58 +02:00
generator.rs Make the viewport element of the flickable a real Element in the object_tree 2021-04-09 19:14:48 +02:00
langtype.rs Go to definition of structs 2021-04-24 15:06:58 +02:00
layout.rs Make length (still the default for all property) be the logical length 2021-04-21 17:15:19 +02:00
lexer.rs Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
lib.rs LSP: color providers 2021-04-18 23:27:14 +02:00
literals.rs fix test compilation 2021-04-19 08:06:20 +02:00
load_builtins.rs Hide internal type in auto-completions 2021-04-23 15:06:37 +02:00
lookup.rs LSP: completion in second level of expressions 2021-04-17 08:31:17 +02:00
namedreference.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
object_tree.rs Go to definition of structs 2021-04-24 15:06:58 +02:00
parser.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
typeloader.rs Fix loading of relative paths on Windows 2021-04-27 11:02:23 +02:00
typeregister.rs Make length (still the default for all property) be the logical length 2021-04-21 17:15:19 +02:00