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
The diagram generator has a discrepancy between the behavior of /include and /includeAll.
/include includes basic types: enumerations, structures
/includeAll omits those same basic types.
We have a diagram specification that draws three separate diagrams. Using the same diagrams.reslang file, and changing between /include and /includeAll, the basic types either appear or disappear.
I would expect the logic to be consistent on this point. The basic types can be listed explicitly in the /exclude section, and the generator omits the items accordingly. That leads me to believe the /includeAll probably should include the basic types but has a defect.
The text was updated successfully, but these errors were encountered:
The diagram generator has a discrepancy between the behavior of
/include
and/includeAll
./include
includes basic types: enumerations, structures/includeAll
omits those same basic types.We have a diagram specification that draws three separate diagrams. Using the same
diagrams.reslang
file, and changing between/include
and/includeAll
, the basic types either appear or disappear.I would expect the logic to be consistent on this point. The basic types can be listed explicitly in the
/exclude
section, and the generator omits the items accordingly. That leads me to believe the/includeAll
probably should include the basic types but has a defect.The text was updated successfully, but these errors were encountered: