Bug with targets being silently overwritten when they differ only in letter case #1412
-
Help
DescriptionIntroductionI have been having a hard-to-identify issue with my pipeline which I have managed to boil down to the following (I presume) bug. Reproducible exampleConsider the following
Running
However, when reading the values with
In the folder SuggestionWhile the issue can obviously be circumvented by not using the same names for the targets, it would be preferable to have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Some major file systems are case-insensitive (Mac OS and many Windows machines) and this is not something |
Beta Was this translation helpful? Give feedback.
Some major file systems are case-insensitive (Mac OS and many Windows machines) and this is not something
targets
can control. But in recent commits, I did add a warning when there are duplicated target names after converting to lower case, and I added extra documentation to thename
argument oftar_target()
.