You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is trickier than the simple types since there are multiple ranges of tag numbers that map to constructor indexes. We can probably get rid of cbor.Value all together after this, but we'll probably want to keep cbor.LazyValue, or at least its deferred parsing ability.
There doesn't seem to be a way to use TagSet.Add() in a way that allows using multiple tag numbers with a single object type while being able to preserve the original tag number. This doesn't leave us with many options, and probably not any good ones.
The text was updated successfully, but these errors were encountered:
This is trickier than the simple types since there are multiple ranges of tag numbers that map to constructor indexes. We can probably get rid of
cbor.Value
all together after this, but we'll probably want to keepcbor.LazyValue
, or at least its deferred parsing ability.There doesn't seem to be a way to use
TagSet.Add()
in a way that allows using multiple tag numbers with a single object type while being able to preserve the original tag number. This doesn't leave us with many options, and probably not any good ones.The text was updated successfully, but these errors were encountered: