slint/sixtyfps_compiler
Simon Hausmann c85f2537d3 Fix signature of function to load types from a directory
Taking &mut self makes more sense when wanting to populate from a list.

Also we should return a list of diagnostics for each file that we loaded
or an error if we couldn't load the file (for example due to permission
problems, etc.).

This way the caller can choose to show diagnostics, ignore them, etc.
2020-07-16 13:45:45 +02:00
..
generator Set the DPI property according to the window's screen 2020-07-15 18:46:55 +02:00
parser Parse units 2020-07-14 11:35:45 +02:00
parser_test_macro Simplify compiler diagnostics API 2020-07-15 17:34:11 +02:00
passes Cleanup in the expression resolution pass 2020-07-15 13:28:56 +02:00
tests Further simplify compilation call sites 2020-07-16 09:25:26 +02:00
Cargo.toml Fix signature of function to load types from a directory 2020-07-16 13:45:45 +02:00
diagnostics.rs Fix signature of function to load types from a directory 2020-07-16 13:45:45 +02:00
expression_tree.rs Implement % as a unit 2020-07-16 11:24:46 +02:00
generator.rs Fix building of the nodejs frontend for the tests 2020-06-29 10:35:18 +02:00
layout.rs Add support for an offset to PathLayout 2020-07-14 15:12:03 +02:00
lib.rs Fix signature of function to load types from a directory 2020-07-16 13:45:45 +02:00
object_tree.rs Minor cleanup 2020-07-15 13:36:30 +02:00
parser.rs Implement % as a unit 2020-07-16 11:24:46 +02:00
typeregister.rs Fix signature of function to load types from a directory 2020-07-16 13:45:45 +02:00