capnpy icon indicating copy to clipboard operation
capnpy copied to clipboard

Implement default values for floats

Open OndrejSlamecka opened this issue 2 years ago • 0 comments

Before this patch the compiler generates a^b which is not valid Python for floats. A motivation for implementing this (apart from satisfying the capnp specs) are systems for optional values where extremes mark None/Nothing/nullopt/...

OndrejSlamecka avatar Feb 20 '23 21:02 OndrejSlamecka