Commit Graph

40 Commits

Author SHA1 Message Date
Suzanne Soy
8d8f13976b Updated "maintained" badge 2021-05-11 01:25:25 +01:00
Suzanne Soy
50d2b35873 Renamed main branch 2021-04-04 07:22:17 +01:00
Suzanne Soy
a1e2ac3eaf Turn off coverage in older versions 2021-03-05 04:00:31 +00:00
Suzanne Soy
540a0979eb Changed my name :) 2021-03-04 20:43:47 +00:00
Suzanne Soy
27f2a22656 Changed my name :) 2021-03-04 20:37:31 +00:00
Georges Dupéron
ad12bbfc21
Merge pull request #6 from bennn/fix-tag
doc: replace undefined module name
2019-12-17 18:37:52 +00:00
Ben Greenman
6f9adb45a8 doc: replace undefined module name
Replace `debug-scopes/named-scopes` with one of the two documented
 "sub" modules.
2019-12-17 10:58:07 -05:00
Georges Dupéron
6a0b9c27a2 Fixed raco test command (-x -> -r) 2019-04-24 22:54:35 +02:00
Georges Dupéron
45db58c46b Updated Racket versions in .travis.yml 2019-04-24 22:28:15 +02:00
Georges Dupéron
457a644686
Merge pull request #5 from wilbowma/master
Added example of combining debug-scopes with racket/trace
2018-05-30 11:44:58 +02:00
William J. Bowman
b8001667d6
Added example of combining debug-scopes with racket/trace 2018-05-29 18:35:23 -04:00
Georges Dupéron
8013bf1655
Merge pull request #3 from AlexKnauth/pretty
use pretty-printing in +scopes
2018-05-24 23:17:56 +02:00
AlexKnauth
b96cc269eb use pretty-printing in +scopes 2018-05-24 17:08:28 -04:00
Georges Dupéron
bcd232aab9
Merge pull request #2 from AlexKnauth/hash
add scopes within boxes, vectors, hashes, and prefab structs
2018-05-24 23:02:29 +02:00
AlexKnauth
a992664ffb add scopes within boxes, vectors, hashes, and prefab structs 2018-05-24 16:11:34 -04:00
Georges Dupéron
59754c3569 Updated maintenance badge for 2018 2018-01-27 12:32:22 +01:00
Georges Dupéron
6198ba2c3c Added reset? option to print-full-scopes 2017-05-20 02:45:15 +02:00
Georges Dupéron
1b249efb87 Merge pull request #1 from jackfirth/patch-1
Fix formatting issue in README.md
2017-05-07 03:59:14 +02:00
Jack Firth
9309d1a91b Fix formatting issue in README.md 2017-05-06 18:52:26 -07:00
Georges Dupéron
ed1fbcbaaa Documented make-module-like-named-scope, specified module for that binding and make-named-scope 2017-04-24 22:58:07 +02:00
Georges Dupéron
115c056061 Added maintenance badge (2017) 2017-04-19 19:58:27 +02:00
Georges Dupéron
5197a778a3 Disable doc-coverage for now (will see about that later) 2017-04-13 18:42:22 +02:00
Georges Dupéron
1978423c47 Rewrote .travis.yml 2017-04-12 13:53:57 +02:00
Georges Dupéron
4c07fc08b7 Omit sli= when not transforming 2017-02-01 07:54:29 +01:00
Georges Dupéron
c50e014c78 Provide 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. 2017-01-20 13:37:21 +01:00
Georges Dupéron
c1b12f7aaa Re-added title in README, was removed by accident 2017-01-19 20:29:16 +01:00
Georges Dupéron
b45393df1f Changed README badge to use codecov.io 2017-01-19 20:19:44 +01:00
Georges Dupéron
53200bb351 Switched to codecov 2017-01-19 20:14:33 +01:00
Georges Dupéron
c15685f221 Switched 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. 2017-01-19 20:02:26 +01:00
Georges Dupéron
a7bda981bd Changed build options for Travis 2016-12-16 17:24:37 +01:00
Georges Dupéron
b23f2eaad9 Also provide make-named-scope directly from (require debug-scopes) 2016-12-15 00:28:29 +01:00
Georges Dupéron
437fd0daff Re-removed v6.3 in build ;-) 2016-12-14 22:10:04 +01:00
Georges Dupéron
4643e03310 Re-added v6.3 to build 2016-12-14 21:53:20 +01:00
Georges Dupéron
a86743baa9 Filled in README 2016-12-14 20:19:50 +01:00
Georges Dupéron
4fed397bb9 Remove initially non-working versions on Travis 2016-12-14 20:11:03 +01:00
Georges Dupéron
c8ff9f9532 Various changes & bugfixes, more documentation. 2016-12-14 19:49:44 +01:00
Georges Dupéron
781c63d252 Cleanup 2016-12-14 18:11:25 +01:00
Georges Dupéron
85ff1f085e Moved in the debug-scopes.rkt from type-expander/debug-scopes 2016-12-14 18:09:06 +01:00
Georges Dupéron
61d4a48d38 Removed naming of use-site scope, as it is handled specially by definition contexts. 2016-12-14 18:08:42 +01:00
Georges Dupéron
2c8423ac16 Initial commit 2016-12-14 17:44:42 +01:00