sbctl icon indicating copy to clipboard operation
sbctl copied to clipboard

Move JSON databases to use `.json` extension? Helps the text editors to use JSON highlights and formatting.

Open igo95862 opened this issue 3 years ago • 3 comments

Right now they have .db extension but they are just JSON files.

Can be done in backward compatible way. (check for .db but default to .json)

igo95862 avatar May 11 '21 12:05 igo95862

Might make sense to make this change along with #57, so that there's only one release with this sort of breaking changes.

WhyNotHugo avatar Jul 11 '21 16:07 WhyNotHugo

one release with this sort of breaking changes

It does not have to be breaking. A simple check of old location if new one fails is sufficient to provide backward compatibility.

igo95862 avatar Jul 11 '21 17:07 igo95862

It doesn't, but it makes the entire change set easier if we pool up all these changes to one larger "move from misuing /usr to proper /var and /etc".

Foxboron avatar Jul 11 '21 17:07 Foxboron