parsec-cloud icon indicating copy to clipboard operation
parsec-cloud copied to clipboard

What do to with `match_legacy_id` ?

Open FirelightFlagboy opened this issue 1 year ago • 1 comments

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 ?

FirelightFlagboy avatar Mar 18 '24 12:03 FirelightFlagboy

We likely keep the function until we are decided if we impl migration from v2 to v3

FirelightFlagboy avatar Mar 20 '24 13:03 FirelightFlagboy