fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Caveman2:make-project can't load project that has uppercase #67

Closed zypeh closed 7 years ago

zypeh commented 8 years ago
*(caveman2:make-project #P"~/Lisp/DB")

The debugger will invoke and display

#<THREAD "main thread" RUNNING {1002D76513}>:
  Couldn't load #P"~/Lisp/DB/DB.asd": file does not exist.

Although the caveman2 has successfully wrote file db.asd, but in lowercase.