Am 07.09.2020 um 21:34 schrieb Sven Schreiber:
Am 07.09.2020 um 21:20 schrieb Allin Cottrell:
> On Mon, 7 Sep 2020, Sven Schreiber wrote:
>
>>
>> OK, shall I go ahead? After grepping it seems to be a pretty easy case
>> of mass search-and-replace. (Apparently 172 times.)
>>
>> This includes a function variant ntodate_8601 used in conjunction with
>> csv imports apparently, where I would propose to also just rename that
>> to ntolabel_8601.
>
> I don't mean to act like an over-anxious "parent" (though maybe
that's
> what I'm doing!), but would you mind branching first, then test that
> things still work (though of course they should) before putting this
> change into master?
This would also be my preferred course of action! I see I'm slowly
pulling you into the branching camp...
OK, there's a new branch "ntolabel" for that. I used the rpl tool
under
Debian with the following command:
rpl -R -x .c -x .h ntodate ntolabel *
That is, only C source and header files are changed. The branch seems to
compile OK after this change. Right now I cannot test the GUI, however.
So some more testing surely needed before merging.
cheers
sven