stxparse-info/parse/private
Ryan Culpepper 785ffdacce syntax/parse: remove some absolute paths related to lazy-require-syntax
Since the previous version of this code was first written, Racket's
requirements seem to have relaxed---but not completely!

If *all* related module paths are made relative, then the deps
test case breaks (but only the test is pre-compiled ?!!).

If requires from disappearing module(s) to residual module(s)
use absolute module paths, it seems to work.
2018-01-18 16:59:26 +01:00
..
3d-stx.rkt Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00
lib.rkt support string, bytes (bindings from racket) as stxclass refs 2018-01-18 14:58:31 +01:00
litconv.rkt Removed all structure definitions from the copy of syntax/parse, and used the ones definied in the official syntax/parse 2017-01-28 05:16:48 +01:00
make.rkt Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00
opt.rkt Removed all structure definitions from the copy of syntax/parse, and used the ones definied in the official syntax/parse 2017-01-28 05:16:48 +01:00
parse.rkt syntax/parse: remove some absolute paths related to lazy-require-syntax 2018-01-18 16:59:26 +01:00
rep.rkt syntax/parse: add ~undo, #:undo for unwinding effects 2018-01-18 16:59:26 +01:00
residual.rkt syntax/parse: remove some absolute paths related to lazy-require-syntax 2018-01-18 16:59:26 +01:00
runtime-progress.rkt Removed all structure definitions from the copy of syntax/parse, and used the ones definied in the official syntax/parse 2017-01-28 05:16:48 +01:00
runtime-reflect.rkt syntax/parse: remove some absolute paths related to lazy-require-syntax 2018-01-18 16:59:26 +01:00
runtime-report.rkt syntax/parse: clean up "at"/"within"-term handling 2018-01-18 14:56:26 +01:00
runtime.rkt syntax/parse: make undo cooperate with ~commit and ~! (cut) 2018-01-18 16:59:26 +01:00
sc.rkt syntax/parse: remove some absolute paths related to lazy-require-syntax 2018-01-18 16:59:26 +01:00
txlift.rkt Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00