Skip to content

nbc-change-stmt #150

@abierman

Description

@abierman

There is a need for a new statement to identify an NBC change in an exportable statement.
The Semver extension is not helpful since it is at the module-level instead of the object level,

This cannot be done with the 'deprecated' statement in #130 since the NBC change is most likely
done in a 'current' definition with no intent to deprecate and replace it.

Not suggesting a detailed solution, but here is an outline:

revision 2020-02-10 {
  rev:non-backwards-compatible;
}

container mycon {
   rev:nbc-change 2020-02-10;
   ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions