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?
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
@deprecatedtypes. This is mostly useful with languages that have no built-in support for deprecation, like C.@thirtytwobits what do you think?