Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagram behavior for types, include vs includeAll #96

Open
j-q-arnold opened this issue Aug 20, 2020 · 0 comments
Open

Diagram behavior for types, include vs includeAll #96

j-q-arnold opened this issue Aug 20, 2020 · 0 comments
Labels
bug Something isn't working JiraIssueCreated

Comments

@j-q-arnold
Copy link

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.

@sirishalal sirishalal added the bug Something isn't working label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working JiraIssueCreated
Projects
None yet
Development

No branches or pull requests

3 participants