www

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

DateCommit messageAuthorFiles+-
2021-05-11 00:25Updated "maintained" badgeSuzanne Soy1+1-1
2021-04-04 06:22Renamed main branchSuzanne Soy1+2-2
2021-03-05 04:00Turn off coverage in older versionsSuzanne Soy1+18-19
2021-03-04 20:43Changed my name :)Suzanne Soy1+1-1
2021-03-04 20:37Changed my name :)Suzanne Soy2+2-2
2019-12-17 18:37Merge pull request #6 from bennn/fix-tagGeorges Dupéron1+3-3
2019-12-17 15:58doc: replace undefined module nameBen Greenman1+3-3
2018-05-31 17:54Fixed raco test command (-x -> -r)Georges Dupéron1+1-1
2019-04-24 20:28Updated Racket versions in .travis.ymlGeorges Dupéron1+8-1
2018-05-30 09:44Merge pull request #5 from wilbowma/masterGeorges Dupéron1+22-0
2018-05-29 19:55Added example of combining debug-scopes with racket/traceWilliam J. Bowman1+22-0
2018-05-24 21:17Merge pull request #3 from AlexKnauth/prettyGeorges Dupéron2+5-3
2018-05-24 21:08use pretty-printing in +scopesAlexKnauth2+5-3
2018-05-24 21:02Merge pull request #2 from AlexKnauth/hashGeorges Dupéron1+11-0
2018-05-24 20:11add scopes within boxes, vectors, hashes, and prefab structsAlexKnauth1+11-0
2018-01-27 11:32Updated maintenance badge for 2018Georges Dupéron1+1-1
2017-05-19 23:17Added `reset?` option to print-full-scopesGeorges Dupéron2+13-7
2017-05-07 01:59Merge pull request #1 from jackfirth/patch-1Georges Dupéron1+7-4
2017-05-07 01:52Fix formatting issue in README.mdJack Firth1+7-4
2017-04-24 20:58Documented make-module-like-named-scope, specified module for that binding and make-named-scopeGeorges Dupéron2+13-2
2017-04-19 17:58Added maintenance badge (2017)Georges Dupéron1+1-0
2017-04-13 16:42Disable doc-coverage for now (will see about that later)Georges Dupéron1+1-1
2017-04-12 11:53Rewrote .travis.ymlGeorges Dupéron2+16-39
2017-02-01 06:54Omit sli= when not transformingGeorges Dupéron1+28-23
2017-01-20 12:37Provide an make-module-like-named-scope alias for make-named-scope, which will always produce a module-like named scope, even if later versions of Racket enable macro-like named scopes.Georges Dupéron1+1-0
2017-01-19 19:29Re-added title in README, was removed by accidentGeorges Dupéron1+3-0
2017-01-19 19:19Changed README badge to use codecov.ioGeorges Dupéron1+1-1
2017-01-19 19:14Switched to codecovGeorges Dupéron1+2-2
2017-01-19 17:56Switched to Public Domain / CC0 license now that I got permission from Cortus to release the packages in the Public Domain. This ensures that the code can be merged into other Racket projects, regardless of future license changes for the Racket project.Georges Dupéron3+142-15
2016-12-16 16:24Changed build options for TravisGeorges Dupéron1+5-2
2016-12-14 23:28Also provide make-named-scope directly from (require debug-scopes)Georges Dupéron3+4-6
2016-12-14 21:10Re-removed v6.3 in build ;-)Georges Dupéron1+0-1
2016-12-14 20:53Re-added v6.3 to buildGeorges Dupéron2+2-1
2016-12-14 19:19Filled in READMEGeorges Dupéron1+39-1
2016-12-14 19:11Remove initially non-working versions on TravisGeorges Dupéron1+0-5
2016-12-14 18:49Various changes & bugfixes, more documentation.Georges Dupéron7+327-167
2016-12-14 17:11CleanupGeorges Dupéron2+2-3
2016-12-14 17:09Moved in the debug-scopes.rkt from type-expander/debug-scopesGeorges Dupéron1+146-35
2016-12-14 17:08Removed naming of use-site scope, as it is handled specially by definition contexts.Georges Dupéron2+8-64
2016-12-14 16:44Initial commitGeorges Dupéron13+368-0