eiffel-community / eiffel

The Eiffel framework vocabulary, descriptions, guides and schemas along with links to relevant implementation repositories.
Apache License 2.0
121 stars 59 forks source link

Document how to describe dependencies between artifacts and source changes #364

Open m-linner-ericsson opened 1 year ago

m-linner-ericsson commented 1 year ago

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

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