I reverted part of this fix. The default behavior of `raco pollen render` is to 
render preproc and pagetree files in a certain directory. The problem is that 
if the `extra-path?` and `omitted-path?` predicates are applied at that moment, 
then nothing will be rendered (because by default, all Pollen source files, 
including preproc and pagetree files, test #true for `omitted-path?`, because 
they shouldn't be published.)

So now I'm wondering if the behavior you want is permanently in tension with 
this (long established) default behavior.


> On Jul 16, 2019, at 6:09 PM, Matthew Butterick <m...@mbtype.com> wrote:
> 
> However you're right that consistent with the docs, `publish` tests every 
> directory and file against `extra-path?` and `omitted-path?`. Whereas 
> `render` was inconsistent with the docs: it was only testing directories 
> against `omitted-path?` (not files) and not using `extra-path?` at all. I 
> agree this is a bug, and have pushed a fix. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pollenpub/3FF2D67A-6CAB-4347-822E-05EB5BE695A1%40mbtype.com.

Reply via email to