Commit Graph

90 Commits

Author SHA1 Message Date
Suzanne Soy
616130a74b It seems that fancy-app broke compatibility with Racket < 7.0, removing those versions from .travis-ci.yml and adding some new ones. 2021-04-04 15:48:06 +01:00
Suzanne Soy
c84b723ba0 Renamed main branch 2021-04-04 07:22:25 +01:00
Suzanne Soy
4cee5067db Turn off coverage in older versions 2021-03-04 21:42:48 +00:00
Suzanne Soy
4515a44ee6 Changed my name :) 2021-03-04 20:39:27 +00:00
Georges Dupéron
07ae99b7bb Updated Racket versions in .travis.yml 2019-04-24 22:29:37 +02:00
Georges Dupéron
0204fd4f47 Fixed raco test command (-x -> -r) 2018-05-31 19:54:53 +02:00
Georges Dupéron
8368d2d601 Updated non-maintenance badge 2018-03-20 23:20:46 +01:00
Georges Dupéron
66f3f56c01 Added non-maintenance badge (as of 2017) 2017-04-19 20:05:26 +02:00
Georges Dupéron
01e04f107c Fixed punctuation in README badge alt text. 2017-03-31 10:43:39 +02:00
Georges Dupéron
a08c3c676e Fixed .travis.yml (basename instead of dirname) 2017-03-31 10:22:09 +02:00
Georges Dupéron
fac3e40f54 Forgot to add sudo: false to .travis.yml 2017-03-31 02:06:39 +02:00
Georges Dupéron
ccea8a7433 Make the .travis.yml file more general 2017-03-31 02:03:03 +02:00
Georges Dupéron
1177247dbe Switch badge in README file to codecov.io 2017-03-31 01:40:58 +02:00
Georges Dupéron
7a25ee070d Switched license to CC0 2017-03-31 01:39:03 +02:00
Georges Dupéron
29777cdd0a Small improvements to wording in comments 2017-03-31 01:34:44 +02:00
Georges Dupéron
47acf084dd Rewrote .travis.yml 2017-03-31 01:29:54 +02:00
Georges Dupéron
f9166b6077 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:23:18 +02:00
Georges Dupéron
d68aa79984 Fixed ~maybe/empty 2016-10-01 00:16:17 +02:00
Georges Dupéron
365fed9872 Added and documented ~as-rest 2016-09-28 23:22:12 +02:00
Georges Dupéron
de64530806 Fixed test 2016-09-28 14:08:06 +02:00
Georges Dupéron
66726ba26e Made ~order-point work with possibly-empty clauses. 2016-09-28 14:01:25 +02:00
Georges Dupéron
6803336145 Bugfix 2016-09-27 00:46:01 +02:00
Georges Dupéron
028e3fc1b7 Fix issues with #:define-syntax-class and #:define-splicing-syntax-class 2016-09-26 01:22:55 +02:00
Georges Dupéron
a8001c282b Fixed ~lift-rest so that different ~lift-rest patterns can bind the same attributes (as long as only one of them matches the rest) 2016-09-24 14:00:41 +02:00
Georges Dupéron
4f7e3353d1 Added eh-first-accumulate, fixed the behaviour of ~maybe/empty and ~named-seq by using it. 2016-09-23 17:06:29 +02:00
Georges Dupéron
54d3b54230 Added caveat about module boundaries in the documentation and README 2016-09-23 02:02:21 +02:00
Georges Dupéron
30be092c1b Removed debugging trace 2016-09-23 00:53:43 +02:00
Georges Dupéron
354794a185 Preemptive bugfix 2016-09-23 00:31:08 +02:00
Georges Dupéron
0b6508958f bugfix 2016-09-23 00:02:04 +02:00
Georges Dupéron
4dc694382f Limited concurrent jobs in Travis to avoid OOM 2016-09-22 23:07:47 +02:00
Georges Dupéron
15ceea43fc Use pre operations for ~before and ~after. Documented that. Bugfix ~before ~after and their try- variants 2016-09-22 23:06:57 +02:00
Georges Dupéron
75fa5aea07 Added #:define-syntax-class option, tweaked documentation 2016-09-22 22:52:54 +02:00
Georges Dupéron
01c9b553a5 Implemented and documented: pre operations, ~lift-rest. 2016-09-22 22:33:59 +02:00
Georges Dupéron
f030c3ffbe Added doc-coverage to .travis.yml 2016-09-20 03:21:15 +02:00
Georges Dupéron
5eced1fec7 Do not provide the aggregate functions, they are internal stuff. 2016-09-20 03:19:44 +02:00
Georges Dupéron
dc5e7b12d2 Added try-order-point< and try-order-point> 2016-09-19 22:05:02 +02:00
Georges Dupéron
16290d0fcc Added if-attribute 2016-09-19 21:45:20 +02:00
Georges Dupéron
9a8a6f83ff Added badge for the documentation to the README file. 2016-09-19 21:09:31 +02:00
Georges Dupéron
8c1b7dcf13 Put 'none back as a result for ~global-and with no matches. 2016-09-19 21:00:39 +02:00
Georges Dupéron
8ac38f4a3a Fixed tests and missing dependency 2016-09-19 20:47:01 +02:00
Georges Dupéron
11fbff19ac Make ~global-or and ~global-and always return booleans, so that the order of terms is not important. 2016-09-19 20:41:43 +02:00
Georges Dupéron
cedb955313 Tried to document with scribble/example, but it turns out the order is not reliable for ~global 2016-09-19 20:38:01 +02:00
Georges Dupéron
9604795055 Fixed bugs in documentation and ~global-* 2016-09-19 20:23:08 +02:00
Georges Dupéron
0a6d040c8d Documentation 2016-09-19 20:03:47 +02:00
Georges Dupéron
b33d3b4ddc Typo in test 2016-09-08 14:42:31 +02:00
Georges Dupéron
e628554a48 Compatibility with v6.5 2016-09-08 14:40:36 +02:00
Georges Dupéron
23eba12634 Implemented partial order with ~order-point, order-point< and order-point>. Fixed bug with unwanted scope which prevented the attributes from being visible when a mixin was used directly within syntax-parse. 2016-09-08 14:23:22 +02:00
Georges Dupéron
e8e24a4db6 Renamed ~whole to ~named-seq 2016-09-07 16:03:46 +02:00
Georges Dupéron
32a7685908 Fixed missing with-arrows, cleanup 2016-09-07 00:58:40 +02:00
Georges Dupéron
9b90a03c02 Added ~whole, which acts like (~and (~seq id ...) . pats), but always provide a default value of '() for id if the match fails 2016-09-06 05:36:27 +02:00