Project server shows .pmd but renders .pp
#216
Closed
opened 5 years ago by NPN
·
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?
Steps to reproduce
.pmd
file) in a directory as bothdowntown.html.pmd
anddowntown.html.pp
.downtown.html.pmd
is shown.pollen: rendering /downtown.html.pp
.The same behavior happens if we replace
downtown.html.pp
withdowntown.html.p
.Expected behavior
The rendered file matches the name of file shown in the dashboard. And perhaps all Pollen files are supposed to show in the dashboard?
No, the project-server dashboard only shows output files. Your test case is mischievous because it creates a deliberate ambiguity: you have multiple source files that produce the same output file. Though I think this deserves to be classified as UB, I can fix it so that ambiguities are resolved consistently.