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

feat(dependency graph): add option to create a dependency graph #119

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

jamieshorten
Copy link
Contributor

@jamieshorten jamieshorten commented Aug 22, 2024

Closes #118

Adds an option to create a dependency graph. (Does not include references from supertypes to extending types).

Changes

The ConcertoGraphVisitor now optionally supports a parameter, createDependencyGraph, that if truthy stops the visitor from creating edges from supertypes to extending types.

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • [ x Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

@coveralls
Copy link

Coverage Status

coverage: 98.768% (+0.001%) from 98.767%
when pulling aab89af on JamieShorten/AddDependencyOption
into a139d77 on main.

@jamieshorten jamieshorten merged commit e7d9c7c into main Aug 23, 2024
11 checks passed
@jamieshorten jamieshorten deleted the JamieShorten/AddDependencyOption branch August 23, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to ConcertoGraphVisistor to only add unidirectional vertices for supertype dependencies
3 participants