-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Rebuild *.cbuild.yml and *.cbuild-idx.yml files when using cbuild -r option #1094
Comments
Today cbuild's |
Note that this behavior is somewhat inconsistent. When using cbuild with option -r on the csolution examples it:
|
The files ( After this fix Clean all selected contexts before rebuilding, The inconsistency is no more there.
|
This is not necessarily a bug, but an improvement suggestion.
Using
cbuild hello.csolution.yml
does not overwrite *.cbuild.yml and *.cbuild-idx.yml files when they exist. This is a great feature!But I would recommend that when using the option -r, these files are regenerated.
Note: There seems to be a small bug, as in the
generated-by
tag the version number is not compared, but that might be also a feature.The text was updated successfully, but these errors were encountered: