From 8a3c287eb6c53625172f4762dade88036427cb39 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 7 May 2013 08:30:36 -0400 Subject: [PATCH] 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 --- collects/scribble/search.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribble/search.rkt b/collects/scribble/search.rkt index 38695def..a545c8ca 100644 --- a/collects/scribble/search.rkt +++ b/collects/scribble/search.rkt @@ -158,9 +158,9 @@ (list-ref m 3)) (list (module-path-index-rejoin m mod) id - 0 - 0 - 0))) + defn-phase + import-phase + export-phase))) (reverse (cadr a))) rqueue) need-result?)