HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #891558
coding_styler.sh
0%
Description
In preparation to give sdl2-client Coding Style overhaul I created a simple script to replace strings with another in a certain path.
We already do have scripts/replace, so one could argue we don't need another script for the same job. I just like mine more.
I can of course use my own script even if it's not put to git, so this review is more about if it should be made available for others too.
History
#1
Updated by Marko Lindqvist almost 2 years ago
- File 0013-Add-coding_styler.sh.patch 0013-Add-coding_styler.sh.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist almost 2 years ago
- Support files in entire subdirectory hierarchy, not just in the (root) directory given
#3
Updated by Marko Lindqvist almost 2 years ago
- Status changed from Resolved to In Progress
Marko Lindqvist wrote:
We already do have scripts/replace, so one could argue we don't need another script for the same job. I just like mine more.
The solution I'm now preparing is that we get rid of old version of 'replace' by just overwriting it with the new script.
#4
Updated by Marko Lindqvist almost 2 years ago
- File 0035-Reimplement-scripts-replace.patch 0035-Reimplement-scripts-replace.patch added
- Status changed from In Progress to Resolved
Marko Lindqvist wrote:
The solution I'm now preparing is that we get rid of old version of 'replace' by just overwriting it with the new script.
As done in attached patch.
#5
Updated by Marko Lindqvist almost 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist