Skip to content

Deprecate comment_name_list from db - #63

Merged
merces merged 1 commit into
mentebinaria:mainfrom
glazari:deprecate-commant-name-lite-from-db
Aug 23, 2026
Merged

Deprecate comment_name_list from db#63
merces merged 1 commit into
mentebinaria:mainfrom
glazari:deprecate-commant-name-lite-from-db

Conversation

@glazari

@glazari glazari commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

A followup from #59

There we separate hex_view from the database,
here we stop serializing comment_name_list to the database, since it can be recovered from comments map only.

Old database files can still be read by newer version of the cli, but newer DBs will not be able to be read by older cli versions.

I think this is an OK trade-off, people wont loose their work when upgrading (since they can still read it with the newer version)
and if they receive a db from someone that has a newer version (I don't imagine this being common), they can just update their CLI to read the file.

@merces

merces commented Aug 23, 2026

Copy link
Copy Markdown
Member

This is great! Thanks for your help with this!

I think this is an OK trade-off

Agreed. :)

if they receive a db from someone that has a newer version (I don't imagine this being common), they can just update their CLI to read the file.

Perfect!

@merces
merces merged commit d05d797 into mentebinaria:main Aug 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants