Commit graph

3 commits

Author SHA1 Message Date
Simon Hausmann
e45baccaaf Fix accessing the Platform global from within other globals
The platform lowering pass was called before we collected globals, so visit_all_used_components never called the pass on any globals.

Fixes #8777
2025-06-25 12:56:51 +02:00
Simon Hausmann
06a19e59ad
slint: Change Platform.os to return a new enum OperatingSystemType (#8679)
* slint: Change Platform.os to return a new enum OperatingSystemType

cc #8631
2025-06-12 14:25:16 +02:00
Simon Hausmann
f983cf0b19 Add Platform.os as well as a rudimentary test 2025-05-06 13:06:27 +02:00