[plt-scheme] module name resolution, symlinks, and path normalization

From: Danny Yoo (dyoo at hkn.eecs.berkeley.edu)
Date: Sat Jun 17 16:32:41 EDT 2006

> 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!


Posted on the users mailing list.