increment_descriptor_version missing in AbstractDescriptorProtocol #313
-
Is the method I run into typing issues and was wondering why this is not part of the protocol. As suggested by a colleague, type cast helps at this point but in my case this leads to unnecessarily long expression.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is missing, but kind of intentionally. Normally there should be no need to use this method outside the internals of sdc11073. Why do you use that method? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. We are currently integrating sdc11073 version 2 into our package. In an old unit test this was used but it indeed does not seem to be necessary. |
Beta Was this translation helpful? Give feedback.
It is missing, but kind of intentionally. Normally there should be no need to use this method outside the internals of sdc11073. Why do you use that method?