Open ReinhardKeil opened 3 weeks ago
When changing the context selection, if the config files for such contexts are not in the project's filetree it will result in an error due to the missing files.
This is a use case that has already been reported by @RobertRostohar - we have decided the --update-rte
option is needed in this case. Otherwise how to cope with that?
When only the context is changed, do not trigger
--update-rte
as this potentially changes the files.--update-rte
should be triggered on changes to the following input files:csolution.yml
,cbuild.yml
,cgen.yml
,clayer.yml
.