1.0.16.41: target-load.lisp: simplify defaulting for pathnames with type NIL.
authorRichard M Kreuter <kreuter@users.sourceforge.net>
Tue, 20 May 2008 20:35:43 +0000 (20:35 +0000)
committerRichard M Kreuter <kreuter@users.sourceforge.net>
Tue, 20 May 2008 20:35:43 +0000 (20:35 +0000)
commit305d6ddb826451ee5ab8e2d6ffa15f7dfc1de873
treef097b7a8c7e54331a9ff13e556a8e80e91f30387
parent1b71a50ae370d903265bf3bc8387518641b2a78b
1.0.16.41: target-load.lisp: simplify defaulting for pathnames with type NIL.

* Simplify the logic that looks for files with suitable extensions
  when the argument pathname has NIL for a type.  The existing code
  leads to misreporting of unhandled FILE-ERRORs during LOAD.

* Scrape out unnecessary erroring introduced around the same time as
  the flawed defaulting logic.
src/code/target-load.lisp
version.lisp-expr