Commit Graph

  • 5512b7f4c9 Renamed main branch main dev Suzanne Soy 2021-04-04 07:23:14 +0100
  • f39408545d Turn off coverage in older versions: fixed typo Suzanne Soy 2021-03-05 14:26:16 +0000
  • 76adaa82c8 Turn off coverage in older versions Suzanne Soy 2021-03-05 04:12:44 +0000
  • 17b0e0d78b Fixed syntax Suzanne Soy 2021-03-04 21:31:44 +0000
  • 20b9afc5f8 Changed my name :) Suzanne Soy 2021-03-04 20:38:19 +0000
  • 6030806eec
    Merge pull request #1 from AlexKnauth/prop-equal-hash-integer Georges Dupéron 2019-11-11 17:46:44 -0500
  • 75603def15
    Merge pull request #2 from samth/patch-1 Georges Dupéron 2019-11-11 17:45:09 -0500
  • 549ada06a6
    Fix struct property typechecking #2 Sam Tobin-Hochstadt 2019-11-06 13:23:01 -0500
  • df52749b84 Change prop:equal+hash to use Integer #1 AlexKnauth 2019-11-05 22:20:37 -0500
  • 416c1123a7 Updated Racket versions in .travis.yml Georges Dupéron 2019-04-22 00:04:28 +0200
  • ae928d5278 Fixed raco test command (-x -> -r) Georges Dupéron 2018-05-31 19:54:53 +0200
  • 8df5a5ce1a Updated maintenance badge for 2018 Georges Dupéron 2018-01-27 13:25:47 +0100
  • 2ed33e5611 Added maintenance badge (2017) Georges Dupéron 2017-04-19 20:21:37 +0200
  • 29d7c76a2f Switched to CC0 license Georges Dupéron 2017-03-31 16:33:05 +0200
  • 145f7cb59c Rewrote .travis.yml Georges Dupéron 2017-03-31 16:31:30 +0200
  • 7fe93fbe49 Disabled build for v6.3, as the dependency auto-syntax-e now needs v6.3 (for scribble/example) Georges Dupéron 2016-12-14 23:04:55 +0100
  • 680a1591d8 Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule. Georges Dupéron 2016-10-11 00:24:46 +0200
  • ca490a1be7 Skip build on 6.2 since we have a dependency on the type-expander now. Georges Dupéron 2016-09-28 01:07:11 +0200
  • 63586ec1b9 Compatibility with the type-expander library Georges Dupéron 2016-09-28 00:35:13 +0200
  • 6f815dd95e Added badges to README file Georges Dupéron 2016-09-20 03:01:03 +0200
  • b6312b8ee2 Added test for the use of struct-copy within the properties. Georges Dupéron 2016-09-14 22:13:28 +0200
  • f5fdac7077 Bug fix for the previous commit Georges Dupéron 2016-09-14 21:55:54 +0200
  • 16b5cd4ba4 Declare the property implementations after the struct declaration, so that things like struct-copy work in the properties. Georges Dupéron 2016-09-14 21:48:09 +0200
  • 122587f6ea Fixed types for equal+hash Georges Dupéron 2016-09-12 15:50:37 +0200
  • c5d480a125 Listed supported properties in README Georges Dupéron 2016-09-05 01:38:27 +0200
  • 32d7d75e60 Added support and test for parent structs Georges Dupéron 2016-09-05 01:26:06 +0200
  • 4df27aabdb Documentation. Georges Dupéron 2016-09-05 00:58:41 +0200
  • 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. Georges Dupéron 2016-09-05 00:25:36 +0200
  • b31885ca5f Check documentation coverage Georges Dupéron 2016-09-05 00:16:36 +0200
  • 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). Georges Dupéron 2016-09-05 00:06:04 +0200
  • 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. Georges Dupéron 2016-09-05 00:04:04 +0200
  • d7d8651efe Implemented and documented struct/props. Georges Dupéron 2016-09-04 23:35:34 +0200
  • 23f903c3bc Fixed .travis.yml for v. 6.0 Georges Dupéron 2016-09-04 21:42:42 +0200
  • 2f3444927d Created package typed-struct-props Georges Dupéron 2016-09-04 21:22:55 +0200