slint/internal/compiler/generator
Simon Hausmann b70a008360 Ensure error reporting when using buffered file writes
Quoting from the BufWriter docs:

>It is critical to call flush before BufWriter<W> is dropped. Though
>dropping will attempt to flush the contents of the buffer, any errors
>that happen in the process of dropping will be ignored. Calling flush
>ensures that the buffer is empty and thus dropping will not even
>attempt file operations.
2025-08-20 10:22:45 +02:00
..
cpp.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
cpp_live_reload.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
rust.rs MenuBar: allow it to be in a if 2025-08-18 11:17:57 +02:00
rust_live_reload.rs live-reload: support slint!() macro 2025-07-08 12:19:04 +02:00