| Summary: | incorrect "require of X by package Y is unnecessary" remark | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Chris Ring <cring> |
| Component: | Core | Assignee: | Dave Russo <d-russo> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dfriedland |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Chris Ring
for "requires to build" verses "requires to use", you should be using
requires internal ti.xdais.dm.examples.universal_copy;
rather than simply
requires ti.xdais.dm.examples.universal_copy;
(In reply to comment #1) > for "requires to build" verses "requires to use", you should be using > requires internal ti.xdais.dm.examples.universal_copy; > rather than simply > requires ti.xdais.dm.examples.universal_copy; I think we require to build _and_ to use. The app cfg script uses ti.sdo.ce.examples.codecs.universal_copy pkg... which 'requires ti.xdais.dm.examples.universal_copy' [without internal]. This is how the ti.xdais.dm.examples.universal_copy pkg is brought into the model at config time, and is given the energy to provide its lib via getLibs(). |