darkmoon_uk
06/04/2024, 4:47 AM1.9.x
to `2.x.x`:
Common
expect enum class PlatformRounding
iOS
actual typealias PlatformRounding = NSRoundingMode
Outcome
Expect declaration `PlatformRounding` is incompatible with actual `PlatformRounding` because some expected members have no actual ones
...
Expected entries has no actual declaration
💡 I'm assuming that 'entries' here is specific; and this has to do with CInterop not synthesizing an entries
member for NSRoundingMode - which is an enum.
This means actual typealias
no longer works for expect enum
, which looks like an unintended breakage 🤔Altynbek Nurtaza
06/04/2024, 8:39 AMdarkmoon_uk
06/04/2024, 2:00 PMdarkmoon_uk
03/26/2025, 2:36 AMdarkmoon_uk
03/26/2025, 2:36 AM