Commit Graph

8 Commits

Author SHA1 Message Date
Sam Tobin-Hochstadt
549ada06a6
Fix struct property typechecking
The documentation does not promise that these will be fixnums.

This is a problem for 7.5 where struct properties are now typechecked.
2019-11-06 13:23:01 -05:00
Georges Dupéron
63586ec1b9 Compatibility with the type-expander library 2016-09-28 00:35:13 +02:00
Georges Dupéron
f5fdac7077 Bug fix for the previous commit 2016-09-14 21:55:54 +02:00
Georges Dupéron
16b5cd4ba4 Declare the property implementations after the struct declaration, so that things like struct-copy work in the properties. 2016-09-14 21:48:35 +02:00
Georges Dupéron
122587f6ea Fixed types for equal+hash 2016-09-12 15:50:37 +02:00
Georges Dupéron
32d7d75e60 Added support and test for parent structs 2016-09-05 01:26:06 +02:00
Georges Dupéron
d7d8651efe Implemented and documented struct/props. 2016-09-04 23:35:34 +02:00
Georges Dupéron
2f3444927d Created package typed-struct-props 2016-09-04 21:57:02 +02:00