scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

scippneutron needs mantid for building docs and tests #173

Open MridulS opened 5 months ago

MridulS commented 5 months ago

The logic should be moved to the template here so copier update doesn't mess up scippneutron downstream

YooSunYoung commented 5 months ago

I thought it'll create a conflict when the related part is updated from the copier, if a file is updated after copier-(copy/update). We should just check the diff file by file after copier update, before we commit the changes...?

I think we don't want to include every cases in the copier-template and using mantid in the scippneutron is one of the special cases, no...?

SimonHeybrock commented 5 months ago

Agree with @YooSunYoung. As far as I have seen conflicts usually happen only "once", and if they are resolved correctly then subsequent updates (that do not further change the specific code location) work as intended.