Skip to content

Structural Changes

Rolf Reichle edited this page Mar 19, 2020 · 1 revision

Structural changes include renaming or moving a directory, or adding a new directory that does not yet interact with the rest of the model. Such changes should be zero-diff, but this cannot not be assumed. For example, CMake can often have side effects if changes to things like build flags are not done properly (i.e., some CMake changes can be public and affect its dependencies).

Thus, structural changes must be verified as zero-diff using the LDAS Nightly Tests.

Examples of structural changes:

  • Moved a directory
  • Added new directory or external
  • ...