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
Sometimes, when performing maintenance on a DSDL-dependent codebase, you want to exclude (perhaps temporarily) all deprecated data types from the build (which may or not may not fail as a result of this). To support this use case, we could add a new option to Nunavut that makes it ignore all @deprecated types. This is mostly useful with languages that have no built-in support for deprecation, like C.
Sometimes, when performing maintenance on a DSDL-dependent codebase, you want to exclude (perhaps temporarily) all deprecated data types from the build (which may or not may not fail as a result of this). To support this use case, we could add a new option to Nunavut that makes it ignore all
@deprecated
types. This is mostly useful with languages that have no built-in support for deprecation, like C.@thirtytwobits what do you think?
The text was updated successfully, but these errors were encountered: