Braulio Valdivielso

Results 2 issues of Braulio Valdivielso

Say we have: * A package `A` with a component `A`. `A`:`A` has a `Requires` on `B:B`. * A package `B` with a component `B`. `B:B` has two configurations, `B-config1`...

In the sample CPS in the documentation, we have the following: ```json "sample": { "Type": "interface", "Configurations": { "Shared": { "Requires": [ ":sample-shared" ] }, "Static": { "Requires": [ ":sample-static"...

enhancement
scheduled