Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Flatt
59ef254318 switch to a new, Racket-implemented expander & module system
This commit merges changes that were developed in the "racket7" repo.
See that repo (which is no longer modified) for a more fine-grained
change history.

The commit includes experimental support for running Racket on Chez
Scheme, but that "CS" variant is not built by default.
2018-02-26 13:19:53 -07:00
Sam Tobin-Hochstadt
f9a39531e9 Fix a very old race condition in this test.
Probably exposed by the rktio changes.
2017-06-26 17:56:23 -04:00
Alexis King
699dd39b1e Fix square brackets in benchmark that is supposed to be R5RS Scheme
This issue was uncovered by a change to the r5rs package in
racket/r5rs@ecbe26bb8b.
2017-05-18 14:39:26 -07:00
Matthew Flatt
1638fd5214 benchmark tabulate: fix handling for "rx" benchmark output 2017-01-24 17:38:01 -07:00
Matthew Flatt
3d484cf560 add an errortrace benchmarking mode 2016-03-05 05:51:12 -07:00
Vincent St-Amour
7afdca2c55 Remove unused dependencies. 2015-09-15 11:45:58 -05:00
Juan Francisco Cantero Hurtado
4f5d8da278 Fix "require" in racket-benchmarks/places/symbols.rkt 2015-09-11 21:31:58 -04:00
Matthew Flatt
fc5e32e526 switch to set-of-scopes expander
The development history for set-of-scopes is preserved in a "scope"
branch in the main Racket repository, which is commit
 ae88c96f50
2015-07-16 14:20:00 -06:00
Robby Findler
8d1e16f09c add a benchmark that attempts to mimic DrRacket redrawing the window 2015-05-11 08:11:57 -05:00
Matthew Flatt
2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00