parsec-cloud
parsec-cloud copied to clipboard
What do to with `match_legacy_id` ?
In libparsec_types we define the function match_legacy_id, with the new version what should be done about that ?
Since we don't have to be backward compatible for the new version, we don't need to be compatible with legacy.
What should be done about this function ?
- Be renamed ?
- Replace by
match_device_label? - Other ?
We likely keep the function until we are decided if we impl migration from v2 to v3