From a8e9eabf7d8d55e47a4cc8bd27a90f6d2529354d Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 12 Feb 2011 11:15:38 -0600 Subject: [PATCH] take the negative blame from the reference in all cases ie, avoid looking at the module path indicies to to trace back in the require chain. closes PR 11084 also closes duplicate PR 11724 please merge to the 5.1 release branch --- collects/racket/contract/private/provide.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/racket/contract/private/provide.rkt b/collects/racket/contract/private/provide.rkt index 513961d9e2..ea0e5648ba 100644 --- a/collects/racket/contract/private/provide.rkt +++ b/collects/racket/contract/private/provide.rkt @@ -100,7 +100,7 @@ #`(contract contract-id id pos-module-source - (first-requiring-module (quote-syntax loc-id) (quote-module-path)) + (quote-module-path) 'external-id #,srcloc-code))))))]) (when key