Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imports: Fix relative module path hash-table key
Using ->str was wrong; it fails for relative module paths like (submod (lib "scribble/blueboxes.rkt") #%contract-defs). The resulting error could be confusingly attributed to user code, for example with racket-xp-mode reporting a error in our own scribble.rkt, with a locus in ->str in imports.rkt.
- Loading branch information