fix Planet resolver for submodule tests
For example, `(module-declared? '(submod (planet dyoo/bf) reader) #t)'
shouldn't fail if there's no "main.rkt" to hold a `reader' submodule;
it should return #f.
Merge to 5.3, but updating cstartup.inc will require a manual merge.
original commit: 862e1628a6
This commit is contained in:
parent
4b4a17b3c6
commit
7afd70f96e
3
collects/tests/racket/embed-planet-1/has-sub.rkt
Normal file
3
collects/tests/racket/embed-planet-1/has-sub.rkt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#lang racket/base
|
||||||
|
|
||||||
|
(module+ the-sub)
|
Loading…
Reference in New Issue
Block a user