scribble: fix binding search for phase 1 through initial import
Changing the implementation of `racket' in terms of `racket/base' exposed this bug. original commit: f3a7833dcf7a87b885ab562f06727fde050cb95a
This commit is contained in:
parent
9097b87aca
commit
8a3c287eb6
|
@ -158,9 +158,9 @@
|
||||||
(list-ref m 3))
|
(list-ref m 3))
|
||||||
(list (module-path-index-rejoin m mod)
|
(list (module-path-index-rejoin m mod)
|
||||||
id
|
id
|
||||||
0
|
defn-phase
|
||||||
0
|
import-phase
|
||||||
0)))
|
export-phase)))
|
||||||
(reverse (cadr a)))
|
(reverse (cadr a)))
|
||||||
rqueue)
|
rqueue)
|
||||||
need-result?)
|
need-result?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user