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
Tests component
and the only way to be able to make this work is to create two separate project specs which results in two separate clones for the Buoy projects, not to mention to separate projects loaded into the image ...
The workaround is to use conditional attributes (see RowanSample9:spec_0066 for an example) ... but expecting all projects to use the same set of non-conflicting attributes has never been a long term solution to the problem....
At the moment, it seems that something like the following will make it possible to customize the project reference spec at the site of the reference:
Where the project ref is a dictionary of spec field values: components and customConditionalAttributes. These two fields look like the only real candidates at this writing.
When this change is applied, it will no longer be desirable to pass along customConditionalAttributes when required projects are loaded ... although we'll probably need to arrange to keep it around to maintain compatibility with v2 project structures...
The text was updated successfully, but these errors were encountered:
In the Mole project, the required project Buoy is referenced from two components:
and the only way to be able to make this work is to create two separate project specs which results in two separate clones for the Buoy projects, not to mention to separate projects loaded into the image ...
The workaround is to use conditional attributes (see RowanSample9:spec_0066 for an example) ... but expecting all projects to use the same set of non-conflicting attributes has never been a long term solution to the problem....
At the moment, it seems that something like the following will make it possible to customize the project reference spec at the site of the reference:
Where the project ref is a dictionary of spec field values: components and customConditionalAttributes. These two fields look like the only real candidates at this writing.
When this change is applied, it will no longer be desirable to pass along customConditionalAttributes when required projects are loaded ... although we'll probably need to arrange to keep it around to maintain compatibility with v2 project structures...
The text was updated successfully, but these errors were encountered: