www

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

DateCommit messageAuthorFiles+-
2021-04-04 06:22Renamed main branchSuzanne Soy1+2-2
2021-03-04 21:00Added e-mail addressSuzanne Soy1+1-1
2021-03-04 20:51Changed my name :)Suzanne Soy1+1-1
2021-03-04 20:37Changed my name :)Suzanne Soy2+2-2
2019-04-24 20:37Updated Racket versions in .travis.ymlGeorges Dupéron1+9-0
2018-01-27 12:17Updated maintenance badge for 2018Georges Dupéron1+2-3
2017-04-19 18:16Added maintenance badge (2017)Georges Dupéron1+2-1
2017-01-14 23:33Fixed docGeorges Dupéron1+1-0
2017-01-14 22:11Dropped build with 6.2, as it fails with the meta test and is already rather old anyway. Probably the fail is due to an old "bug" in Typed/Racket and the scopes added by afl.Georges Dupéron1+1-1
2017-01-14 22:06Remove dependency on debug for the meta-language test, since debug seems to have some backward compatibility issues. Use AFL instead. Bumped built versions for Travis.Georges Dupéron3+7-7
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-09-05 13:52Merge branch 'fix-cover' into devGeorges Dupéron1+2-0
2016-09-05 13:51Revert "Use patched version of cover"Georges Dupéron1+1-2
2016-09-05 13:49Removed replace-top-loc which was unused, moved it to https://github.com/jsmaniac/phc-toolkit/blob/76788aba6499684fae33abfd4fb83da480eb26b3/stx/fold.rktGeorges Dupéron1+0-34
2016-08-18 15:16Added extra versions to .travis.ymlGeorges Dupéron1+2-0
2016-08-18 15:11Use patched version of coverGeorges Dupéron1+2-1
2016-08-18 00:13Merge branch 'fix-cover'Georges Dupéron2+11-14
2016-08-18 00:07Attempt to fix "#%module-begin: cannot use identifier tainted by macro transformation" error due to srcloc fixGeorges Dupéron2+11-14
2016-08-17 23:57Merge branch 'fix-cover'Georges Dupéron1+6-2
2016-08-17 23:54Temporarily disable the meta.rkt test, as it doesn't work with the (parameterize ([current-namespace …]) (expand …)) fix for coverGeorges Dupéron2+5-1
2016-08-17 19:29Circumvented raco cover issue with eval and fixed srcloc for reader-injected code, as suggested by Spencer Florence https://github.com/florence/cover/issues/128#issuecomment-240503899Georges Dupéron2+51-33
2016-08-17 13:14Adjusted install commandGeorges Dupéron1+1-1
2016-08-17 11:01README changes suggested by O. Andreescu. Thanks!Georges Dupéron1+8-7
2016-08-14 23:21Documentation changes suggested by O. Andreescu. Thanks!Georges Dupéron1+2-2
2016-08-13 16:39Added link to documentationGeorges Dupéron1+1-0
2016-08-13 15:41Removed versions that fail anyway from .travis.ymlGeorges Dupéron1+5-5
2016-04-07 12:58Enable --verbose on raco cover, as it has issues with the lang/reader.rkt fileGeorges Dupéron1+1-1
2016-04-06 14:54Added datalog test case, it does not work yet and needs #:separator and other options to be implemented first.Georges Dupéron1+11-0
2016-04-06 14:54Improved READMEGeorges Dupéron1+26-7
2016-04-04 21:52Changed wording and fixed typo in documentation.Georges Dupéron1+6-5
2016-04-04 21:51Cleaned up .travis.ymlGeorges Dupéron1+4-3
2016-04-03 20:31Added racket version 6.4 build to .travis.ymlGeorges Dupéron1+1-0
2016-04-03 20:27Run raco setup --check-pkg-deps in .travis.ymlGeorges Dupéron1+1-1
2016-04-03 18:57Fixed missing build dependency on typed-racket-doc.Georges Dupéron2+2-2
2016-03-31 15:05Bumped version number.Georges Dupéron1+1-1
2016-03-31 14:18Added missing dependency on typed-racket-libGeorges Dupéron1+1-0
2016-03-31 12:35Travis-ci setup.Georges Dupéron1+7-3
2016-03-31 11:57Travis-ci setup.Georges Dupéron2+2-2
2016-03-31 11:27Fixed GH issue #3 (again)Georges Dupéron3+12-8
2016-03-31 10:56Improved documentation.Georges Dupéron12+160-120
2016-03-30 22:27Fixed a couple of tests.Georges Dupéron2+4-1
2016-03-30 22:17Fixes GitHub issue #4. Needs cleanup.Georges Dupéron5+145-46
2016-03-30 17:35Fixes GH issue #2 and #3Georges Dupéron6+141-103
2016-03-30 16:02Improved README fileGeorges Dupéron2+36-13
2016-03-30 15:47First working version, when run interactively (press F5 in drracket).Georges Dupéron2+83-167
2016-03-30 14:21Reader and evaluator mostly work. Still need to evaluate the read tests.Georges Dupéron9+361-0