ruricolist/spinneret

Infinite loop when given a #p"pathname"

Zulu-Inuoe opened this issue · 1 comments

Using a literal pathname gets Spinneret in an infinite loop of trying to expand its value (see spinneret::catch-output)

test case:

(with-html-string
  (:html
   (:head
    (:link #p"styles.css" :type "text/css"))))

I'd expect this to error instead, if pathnames are not supported.

Thanks!