Sigurd Spieckermann
Sigurd Spieckermann
Thanks, @francesco086! I'll take a look next week, out of office myself at the moment. 😉
Thanks for the reminder, @francesco086! :+1: I definitely see some advantages of the task/migrations-based approach, especially the encapsulation of the parent template. But I struggle with the implementation of a...
Thanks for confirming. This means, the limitations of task/migrations-based template inheritance impact design decisions of the generated project. :thinking: The dependencies example is only one among many. For example, a...
Yet another reason for https://github.com/copier-org/copier/issues/1170#issuecomment-2917409441, right? 😉 No more replay.
Could you put this logic in your tasks, so they are always executed but their behavior is conditional as you described? To force a certain task action, you could, e.g.,...
It isn't advisable to use the `dst_path` variable in most cases because its value isn't stable as you noticed and even less so because the path might differ when you...
@crenus Have you been able to solve the problem or narrow it down in a reproducible example?
Could you please provide a minimal reproducible example?
> OMG you went so far with this! 😅 > > I thought just to_yaml would be enough for us. Well, I was aiming for a drop-in replacement. In fact,...
@pawamoy But since Copier exposes those Jinja filters as default/builtin filters, isn't a breaking change in those filters also a breaking change in Copier? :thinking: The situation would be different...