KIT-CMS / CROWN

C++ based ROOT Workflow for N-tuples (CROWN)
https://crown.readthedocs.io
MIT License
4 stars 21 forks source link

[BUG] Throw expection, if two producers have the same name, resulting in overwriting of generated code #182

Closed harrypuuter closed 1 year ago

harrypuuter commented 2 years ago

If two producers have the same name, and live in the same scope, the code generation will overwrite the files generated from these producers, without any check. It should result in an error transparent to the user