|
The Pcore Resource Type Generator tool generates data type information for some attributes, and in PUP-6522 (and PUP-6521) any data type information associated with a Parm will also be picked up and added to the Pcore description of a Param.
In this ticket, the data type information is used during compilation to validate the values of resource attributes.
This is somewhat complex as the final validation cannot be made until default values have also been evaluated (done late).
|