remake icon indicating copy to clipboard operation
remake copied to clipboard

Rename functions and target objects without reprocessing?

Open dbarneche opened this issue 8 years ago • 1 comments

Hi Rich,

I was wondering how easy it would be to add a function that allows one to rewrite the remake database (and remake.yml) by substituting the name of a function or the target object it produces without having remake::make() recreate it from scratch.

Thanks!

dbarneche avatar Nov 10 '17 03:11 dbarneche

@dbarneche it seems like a good idea with a very difficult and error-prone solution. Remake would need to propagate the name changes to all the downstream commands without putting their targets out of date.

wlandau-lilly avatar Nov 22 '17 06:11 wlandau-lilly