[plt-scheme] module name resolution, symlinks, and path normalization
> The path canonicalization that the standard module name resolver does
> now is described in Section 5.4.1 in the Reference manual as "... the
> expanded, simplified, case-normalized, and de-suffixed path of the file
> designated by the module path." If it's doing all that, would it be
> reasonable to ask for symlink normalization as well?
Ok, I've written a workaround module-name-resolver that does the trick for
me; here it is if anyone is interested:
http://hashcollision.org/svn/repos/projects/plt-misc/normalizing-module-name-resolver.ss
Best of wishes!