Hi,
Currently in parse-component-form function, duplication of names are checked but modules and files are put to the same category. Is there any particular reason for this restriction?
e.g. I can't have both
foo.lisp foo/
in the same folder since (:module :foo) and (:file "foo") will conflict in names.
Cheers, Jianshi Huang