You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be considerate of the maintainer's time and make it as easy as possible to troubleshoot any problems you identify. Read here and here to learn about minimal reproducible examples. Format your code according to the tidyverse style guide to make it easier for others to read.
Description
Right now, if you branch over a file target, that file target should not be a stem because downstream branches do not invalidate if the files change.
Reproducible example
It is possible to incorrectly map over files. Need to lock that down.
Let's go with (1). What users actually want here is to invalidate some sub-targets but not others, and this is impossible in the reprex because of the composite hash.
wlandau
changed the title
Prohibit or repair branching over file target stems.
Prohibit branching over file target stems.
Aug 7, 2020
Prework
Description
Right now, if you branch over a file target, that file target should not be a stem because downstream branches do not invalidate if the files change.
Reproducible example
It is possible to incorrectly map over files. Need to lock that down.
Created on 2020-08-07 by the reprex package (v0.3.0)
Desired result
We have two options.
paths
to already be a pattern.data
.The text was updated successfully, but these errors were encountered: