Anyone use COMPILE-FILE with :output-file nil? Currently, this causes the file to be compiled, but no fasl is generated.
I think strictly speaking the output-file must be a pathname designator and nil is not. In compile-file-pathname an :output-file nil signals an error, and this is slightly inconsistent with compile-file.
Ray