Custom Query (74 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 74)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#67 fixed Fix parsing issues for select union phdmakk phdmakk
Description

The presence of the select union construct causes parsing issues which in turn affect the results from the guideline checks. Address the parsing issues.

#66 fixed Dependencies omitted when multiple component extensions are defined phdmakk phdmakk
Description

Given a component type specification extending multiple component types, only one of the extended types is added as a dependency, e.g.

    type component CT1 {};
    type component CT2 extends CT1, CT3, CT4 {};
    type component CT3 extends CT5, CT6 {};
    type component CT4 {};
    type component CT5 {};
    type component CT6 {};
#65 fixed Migrate support for exporting low-level dependencies phdmakk phdmakk
Description

T3D v1 provides a feature for exporting low-level dependencies. It shall be migrated to T3Q v2.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.