Render uses wrong poly-target when specifying output file
#237
Closed
opened 4 years ago by otherjoel
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I think this is a relatively recent regression. In a project containing only the following:
pollen.rkt
containing only asetup
module that defines/provides a value forpoly-targets
of'(html txt)
test.poly.pm
file (#lang pollen
)Rendering to
.txt
by specifying the desired output file produces an HTML file instead:It still works if you specify the output format explicitly with
-t
though:Thanks! Seems to have been lurking since November 2019. Fixed by #238.