slint/tools/compiler
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
..
Cargo.toml Disable jemalloc for slint-lsp/slint-viewer/slint-compiler on aarch64… (#8136) 2025-04-14 15:03:36 +02:00
main.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00