pkl-swift/codegen
Daniel Chao cf45d102cb
Fix Swift mapping of ints within unions (#47)
This fixes an issue where a union with an int member cannot decode
any value that is out of the Int8 bounds.

Also: make SingleValueDecodingContainer throw `typeMismatch` errors
when the expected type doesn't match.
2025-02-26 09:12:56 -08:00
..
snippet-tests Fix Swift mapping of ints within unions (#47) 2025-02-26 09:12:56 -08:00
src Fix Swift mapping of ints within unions (#47) 2025-02-26 09:12:56 -08:00