Commit Graph

15 Commits

Author SHA1 Message Date
Georges Dupéron
6f815dd95e Added badges to README file 2016-09-20 03:01:03 +02:00
Georges Dupéron
b6312b8ee2 Added test for the use of struct-copy within the properties. 2016-09-14 22:13:33 +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
c5d480a125 Listed supported properties in README 2016-09-05 01:38:27 +02:00
Georges Dupéron
32d7d75e60 Added support and test for parent structs 2016-09-05 01:26:06 +02:00
Georges Dupéron
4df27aabdb Documentation. 2016-09-05 00:58:41 +02:00
Georges Dupéron
27229296a6 Don't check documentation coverage on Racket 6.2 and 6.3, as raco doc-coverage seems to ignore the existing documentation on these versions. 2016-09-05 00:25:36 +02:00
Georges Dupéron
b31885ca5f Check documentation coverage 2016-09-05 00:16:36 +02:00
Georges Dupéron
5ecc57e6b6 Skip travis build for versions 6.0 as it lacks polymorphic structs, and 6.1.x as they lack test-xxx (instead of check-xxx). 2016-09-05 00:06:04 +02:00
Georges Dupéron
8d3aac092a Skip some tests in racket < 6.3 as the type inference is not good enough to make them work there. There are alternative versions of these tests which don't rely so much on inference and are included. 2016-09-05 00:04:04 +02:00
Georges Dupéron
d7d8651efe Implemented and documented struct/props. 2016-09-04 23:35:34 +02:00
Georges Dupéron
23f903c3bc Fixed .travis.yml for v. 6.0 2016-09-04 21:57:13 +02:00
Georges Dupéron
2f3444927d Created package typed-struct-props 2016-09-04 21:57:02 +02:00