adapt_framework icon indicating copy to clipboard operation
adapt_framework copied to clipboard

Option to disable timestamps

Open swashbuck opened this issue 7 months ago • 4 comments

Subject of the issue

The timestamps that have been added in #3650 is causing some friction in our collaborative workflows in SVN. With every commit, timestamps are updated in the following files.

Image

Problems

  • When working as a team, this creates merge conflicts which must be dealt with. While it's not difficult to choose "accept incoming file", it still needs to be manually done.
  • These files are added to most commits which clutters the change logs. In most cases, the only change is the timestamps.

Suggestions

  1. Do not update timestamps when building with the grunt dev option. The grunt build option would still update the timestamps.
  2. Add a new option to config.json called _disableTimestamps

swashbuck avatar Jul 14 '25 20:07 swashbuck

@hanshillen any thoughts?

oliverfoster avatar Jul 15 '25 15:07 oliverfoster

That suggestion works for me

hanshillen avatar Jul 15 '25 18:07 hanshillen

I probably prefer option #1 since it's simpler and doesn't require any new configuration properties. @hanshillen @oliverfoster Do you have a preference? I don't think we need to implement both options as it might be overkill.

  1. Do not update timestamps when building with the grunt dev option. The grunt build option would still update the timestamps.

swashbuck avatar Oct 10 '25 20:10 swashbuck

Yup

oliverfoster avatar Oct 10 '25 22:10 oliverfoster