www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2021-04-04 06:23Renamed main branchSuzanne Soy1+2-2
2021-03-05 14:25Turn off coverage in older versions: fixed typoSuzanne Soy1+1-1
2021-03-05 03:55Turn off coverage in older versionsSuzanne Soy1+17-18
2021-03-04 20:43Changed my name :)Suzanne Soy1+1-1
2021-03-04 20:38Changed my name :)Suzanne Soy1+1-1
2019-04-21 22:08Updated Racket versions in .travis.ymlGeorges Dupéron1+8-1
2018-05-31 17:54Fixed raco test command (-x -> -r)Georges Dupéron1+1-1
2018-01-27 12:16Updated maintenance badge for 2018Georges Dupéron1+1-1
2017-04-19 18:22Added maintenance badge (2017)Georges Dupéron1+1-0
2017-03-31 13:14Skip doc-coverage on 6.5 and 6.6Georges Dupéron1+1-1
2017-03-31 13:12Added CC0 badge to READMEGeorges Dupéron1+2-1
2017-03-31 12:40Use the same license template as in other projectsGeorges Dupéron2+142-8
2017-03-31 12:39Rewrote .travis.ymlGeorges Dupéron2+17-44
2017-02-01 07:01Fixed a few typos in the docsGeorges Dupéron2+3-3
2016-10-10 22:25Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule.Georges Dupéron1+1-1
2016-10-02 15:03Suggestions by O. Andreescu. Thanks!Georges Dupéron2+4-5
2016-10-02 01:55Changed the documentation section for xlist.Georges Dupéron2+7-4
2016-09-29 16:26Fixed example in docsGeorges Dupéron1+1-1
2016-09-29 16:14documented the fact that split-xlist expects the value to already be of the right type.Georges Dupéron1+21-1
2016-09-29 16:01Fixed typo, removed debugging outputGeorges Dupéron2+1-3
2016-09-29 15:59Added testGeorges Dupéron1+14-3
2016-09-29 15:21Fixed {~^ power:nat} for the match expander (the . rest was missing)Georges Dupéron2+9-7
2016-09-29 14:28Fixed ^ {once} for the match expanderGeorges Dupéron3+27-8
2016-09-25 14:19Simplified split-xlist so that it might typecheck in Racket v.6.5Georges Dupéron1+6-13
2016-09-25 14:03Remove debugging outputGeorges Dupéron1+0-1
2016-09-25 13:53Documented split-xlist, improved prcision of inference for fixed-length and bounded-length sublistsGeorges Dupéron11+983-587
2016-09-25 07:58Partially reverted the last two commits, identifiers bound by list-rest and list are available in later patterns with match, I do not know what went wrong previously.Georges Dupéron3+81-118
2016-09-24 19:29Implemented split-xlist.rkt. Broke the old match expander for xlist by fixing a bug. The old match expander can't be made to work with constant repetitions like ^ 3.Georges Dupéron4+288-49
2016-09-23 15:24Moved regexp-match/c and id/c to phc-toolkitGeorges Dupéron1+6-11
2016-09-22 18:56Fixed ∞ documentationGeorges Dupéron1+8-7
2016-09-22 18:54Fixed not-stx-list -> not-stx-pairGeorges Dupéron1+4-4
2016-09-22 08:48Reduce number of concurrent build jobs in TravisGeorges Dupéron1+1-1
2016-09-22 02:21Tested and fixed rest and #:restGeorges Dupéron4+48-7
2016-09-22 02:00Totally wrong implementation of the xlist builder. Commited for historical purposes, there might be some reusable bits of code there.Georges Dupéron3+272-71
2016-09-21 17:51Fixed reference to deleted file in testsGeorges Dupéron1+1-2
2016-09-21 17:39Fixed code coverate in testsGeorges Dupéron2+272-239
2016-09-21 16:44Disabled doc-coverage until scribble patch for issue 44 is accepted.Georges Dupéron2+6-3
2016-09-21 16:34Public Domain licenseGeorges Dupéron1+8-9
2016-09-21 16:33Added xlist match expander. Added typed and untyped versions.Georges Dupéron7+366-0
2016-09-21 16:12Added xlist match expander. Added typed and untyped versions.Georges Dupéron5+308-218
2016-09-21 02:32Fixed missing dependencyGeorges Dupéron1+4-2
2016-09-21 02:30Implemented, tested and documented xlist typesGeorges Dupéron9+780-44
2016-09-20 21:10Fixed badges URLsGeorges Dupéron1+4-4
2016-09-20 20:52Added badges to README (docs aren't there yet, but soon will be)Georges Dupéron1+8-1
2016-09-20 20:51Removed v6.0 as it doesn't have --check-pkg-deps, and other versions before 6.5 as multi-id (or its dependencies) don't work there anyway.Georges Dupéron1+6-6
2016-09-20 20:34Created xlist packageGeorges Dupéron7+131-0