mmontone / djula

Common Lisp port of the Django templating language
http://mmontone.github.io/djula/djula
MIT License
152 stars 21 forks source link

Erroneous function type declarations #91

Closed death closed 9 months ago

death commented 9 months ago

Function find-template may return a pathname (the result of uiop:file-exists-p when passed a pathname that designates an existing file), but the ftype declaration in specials.lisp claims that the return type is (or string null).

mmontone commented 9 months ago

Adjusted. Thanks for reporting.