Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmTarget: Fix the property compatibility error message | Stephen Kelly | 2014-01-04 | 1 | -2/+1 |
| | | | | | | | Don't refer to 'both', but a 'mixture'. List all compatible interface property types possible. Add another test for a mixture of three compatibilities. | ||||
* | Ensure type specific compatible interface properties do not intersect. | Stephen Kelly | 2013-02-07 | 1 | -0/+9 |
Before, the boolean version would always win, and the string one would be ignored. |