slint/internal/compiler/llr
Olivier Goffart 9329091c2c
Math.sign: Change behavior to return 1 when 0
This is consistent to the Rust/C++ behavior
Even if this depart from the JS behavior

Also replace the function with a Macro

As discussed in https://github.com/slint-ui/slint/issues/9651#issuecomment-3376318439
2025-10-08 09:12:13 +02:00
..
optim_passes Math.sign: Change behavior to return 1 when 0 2025-10-08 09:12:13 +02:00
expression.rs Compiler: Fix visiting assignement on animated properties in parent 2025-08-04 15:09:10 +02:00
item_tree.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
lower_expression.rs Add conic gradient support for all backends (#9021) 2025-08-02 09:14:33 +02:00
lower_to_item_tree.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
pretty_print.rs Add conic gradient support for all backends (#9021) 2025-08-02 09:14:33 +02:00