Commit Graph

46 Commits

Author SHA1 Message Date
Suzanne Soy
e82c02f991 Renamed main branch 2021-04-04 07:23:20 +01:00
Suzanne Soy
9f4d5becb6 Turn off coverage in older versions: fixed typo 2021-03-05 14:25:49 +00:00
Suzanne Soy
66689a79ad Turn off coverage in older versions 2021-03-05 03:58:38 +00:00
Suzanne Soy
46d1338ddf Changed my name :) 2021-03-04 20:43:48 +00:00
Suzanne Soy
bd9f6999f5 Changed my name :) 2021-03-04 20:38:24 +00:00
Georges Dupéron
6455747fc6 Updated Racket versions in .travis.yml 2019-04-22 00:08:24 +02:00
Georges Dupéron
e04e295292 Fixed raco test command (-x -> -r) 2018-05-31 19:54:53 +02:00
Georges Dupéron
65af3c7a8a Updated maintenance badge for 2018 2018-01-27 13:16:02 +01:00
Georges Dupéron
1aa29ce9fc Added maintenance badge (2017) 2017-04-19 20:22:38 +02:00
Georges Dupéron
f60a83186a Skip doc-coverage on 6.5 and 6.6 2017-03-31 15:14:03 +02:00
Georges Dupéron
a6de6d9e66 Added CC0 badge to README 2017-03-31 15:12:19 +02:00
Georges Dupéron
66c1f0b44b Use the same license template as in other projects 2017-03-31 14:40:17 +02:00
Georges Dupéron
03fdf94b50 Rewrote .travis.yml 2017-03-31 14:39:00 +02:00
Georges Dupéron
aacd0c67af Fixed a few typos in the docs 2017-02-01 08:01:57 +01:00
Georges Dupéron
866091af49 Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule. 2016-10-11 00:25:01 +02:00
Georges Dupéron
e8c1286dad Suggestions by O. Andreescu. Thanks! 2016-10-02 17:03:28 +02:00
Georges Dupéron
974ed8549d Changed the documentation section for xlist. 2016-10-02 03:55:20 +02:00
Georges Dupéron
b1b7104dba Fixed example in docs 2016-09-29 18:26:52 +02:00
Georges Dupéron
ccc47428ff documented the fact that split-xlist expects the value to already be of the right type. 2016-09-29 18:14:31 +02:00
Georges Dupéron
ba76a5cfc7 Fixed typo, removed debugging output 2016-09-29 18:01:06 +02:00
Georges Dupéron
3e460034ed Added test 2016-09-29 17:59:31 +02:00
Georges Dupéron
7465aead4c Fixed {~^ power:nat} for the match expander (the . rest was missing) 2016-09-29 17:21:30 +02:00
Georges Dupéron
c7c2549695 Fixed ^ {once} for the match expander 2016-09-29 16:28:18 +02:00
Georges Dupéron
76c9e89b20 Simplified split-xlist so that it might typecheck in Racket v.6.5 2016-09-25 16:19:46 +02:00
Georges Dupéron
250885b002 Remove debugging output 2016-09-25 16:03:26 +02:00
Georges Dupéron
b672228539 Documented split-xlist, improved prcision of inference for fixed-length and bounded-length sublists 2016-09-25 15:53:21 +02:00
Georges Dupéron
cd704f574f Partially 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. 2016-09-25 09:58:20 +02:00
Georges Dupéron
03e284cde1 Implemented 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. 2016-09-24 21:29:54 +02:00
Georges Dupéron
6db01589c6 Moved regexp-match/c and id/c to phc-toolkit 2016-09-23 17:24:18 +02:00
Georges Dupéron
0b2b8b925d Fixed ∞ documentation 2016-09-22 20:56:19 +02:00
Georges Dupéron
d5ad8f56ec Fixed not-stx-list -> not-stx-pair 2016-09-22 20:54:47 +02:00
Georges Dupéron
673a0ba2c5 Reduce number of concurrent build jobs in Travis 2016-09-22 10:48:03 +02:00
Georges Dupéron
b1c58b37e5 Tested and fixed rest and #:rest 2016-09-22 04:21:41 +02:00
Georges Dupéron
c3ee40168c Totally wrong implementation of the xlist builder. Commited for historical purposes, there might be some reusable bits of code there. 2016-09-22 04:05:49 +02:00
Georges Dupéron
4862bdb42f Fixed reference to deleted file in tests 2016-09-21 19:51:23 +02:00
Georges Dupéron
e2176be9f4 Fixed code coverate in tests 2016-09-21 19:39:21 +02:00
Georges Dupéron
f425719cca Disabled doc-coverage until scribble patch for issue 44 is accepted. 2016-09-21 18:44:12 +02:00
Georges Dupéron
9952f42261 Public Domain license 2016-09-21 18:34:16 +02:00
Georges Dupéron
b2be71aa43 Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:33:57 +02:00
Georges Dupéron
7a6e258955 Added xlist match expander. Added typed and untyped versions. 2016-09-21 18:12:46 +02:00
Georges Dupéron
96fa8c0ba3 Fixed missing dependency 2016-09-21 04:32:08 +02:00
Georges Dupéron
cce0f70c69 Implemented, tested and documented xlist types 2016-09-21 04:30:39 +02:00
Georges Dupéron
2a1c032572 Fixed badges URLs 2016-09-20 23:10:15 +02:00
Georges Dupéron
28394d12f2 Added badges to README (docs aren't there yet, but soon will be) 2016-09-20 22:52:09 +02:00
Georges Dupéron
9bcbc8058c Removed 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. 2016-09-20 22:51:44 +02:00
Georges Dupéron
539bb054cf Created xlist package 2016-09-20 22:34:43 +02:00