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
|
||||
(require mzlib/etc
|
||||
"drracket-link.rkt")
|
||||
(require "drracket-link.rkt")
|
||||
|
||||
;; Procedures which *may* be overridden by DrRacket to do useful things.
|
||||
;; Or they may not be.
|
||||
|
@ -49,7 +48,7 @@
|
|||
(not (regexp-match?
|
||||
(regexp-quote
|
||||
(path->string
|
||||
(this-expression-source-directory)))
|
||||
(collection-path "rackunit" "private" "gui")))
|
||||
(path->string src)))))))
|
||||
srclocs)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user