OpenAssetIO / OpenAssetIO-TraitGen

A code generation tool that produces OpenAssetIO Traits and Specifications from a simple YAML description.
Apache License 2.0
6 stars 3 forks source link

Validate traits in composed specifications at build time #66

Closed foundrytom closed 3 months ago

foundrytom commented 10 months ago
          [plan] Good idea, but unfortunate that we can't trust that TraitGen did this validation already. Worth a TraitGen issue to look into?

_Originally posted by @feltech in https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation/pull/71#discussion_r1411816324_

Acceptance Critera

elliotcmorris commented 5 months ago

This is about validating that the traits put in specifications are actually valid traits, this is non-trivial for cross-package specifications if we want to be strict about it ... which we might not want to be.

feltech commented 3 months ago

This is a duplicate of https://github.com/OpenAssetIO/OpenAssetIO-TraitGen/issues/64