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
In the Eiffel protocol we can describe requirement of dependencies via compositions and validity checking. The describes does not describe the result but only the requirement.
Motivation
Today the protocol does not specify how to describe dependencies between artifacts and source changes.
Exemplification
Some ideas to elaborate the problem
Either Eiffel introduces a way to describe dependencies between artifacts and source changes in some similar manner that SBOM formats does it. E.g. CONTAINS or DEPENDS_ON in the SPDX relations
Let Eiffel refer to a SBOM format that handles dependencies between artifacts and source changes
Benefits
A good dependencies description between artifacts and source changes will help the user of Eiffel to understand dependencies.
Possible Drawbacks
None that I can think of
The text was updated successfully, but these errors were encountered:
m-linner-ericsson
changed the title
Document how to dependencies between artifacts and source changes
Document how to describe dependencies between artifacts and source changes
Jul 28, 2023
Description
In the Eiffel protocol we can describe requirement of dependencies via compositions and validity checking. The describes does not describe the result but only the requirement.
Motivation
Today the protocol does not specify how to describe dependencies between artifacts and source changes.
Exemplification
Some ideas to elaborate the problem
CONTAINS
orDEPENDS_ON
in the SPDX relationsBenefits
A good dependencies description between artifacts and source changes will help the user of Eiffel to understand dependencies.
Possible Drawbacks
None that I can think of
The text was updated successfully, but these errors were encountered: