misc changes to avoid absolute paths in bytecode files
In many cases, `path->collects-relative' is used instead of `path->main-collects-relative' to generalize existing support for collection-relative paths. original commit: f87981f96057c26cb311e786a91229bf4a874e5b
This commit is contained in:
parent
f0192efed2
commit
a860a2387b
|
@ -1,6 +1,5 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require mzlib/etc
|
(require "drracket-link.rkt")
|
||||||
"drracket-link.rkt")
|
|
||||||
|
|
||||||
;; Procedures which *may* be overridden by DrRacket to do useful things.
|
;; Procedures which *may* be overridden by DrRacket to do useful things.
|
||||||
;; Or they may not be.
|
;; Or they may not be.
|
||||||
|
@ -49,7 +48,7 @@
|
||||||
(not (regexp-match?
|
(not (regexp-match?
|
||||||
(regexp-quote
|
(regexp-quote
|
||||||
(path->string
|
(path->string
|
||||||
(this-expression-source-directory)))
|
(collection-path "rackunit" "private" "gui")))
|
||||||
(path->string src)))))))
|
(path->string src)))))))
|
||||||
srclocs)))
|
srclocs)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user