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

Change DFG to use PropertyEdges #1233

Merged
merged 5 commits into from
Jul 27, 2023
Merged

Change DFG to use PropertyEdges #1233

merged 5 commits into from
Jul 27, 2023

Conversation

seelchen
Copy link
Contributor

@seelchen seelchen commented Jul 7, 2023

This PR changes the DFG to use PropertyEdges instead of storing the Nodes directly.

@seelchen seelchen linked an issue Jul 7, 2023 that may be closed by this pull request
@oxisto oxisto enabled auto-merge (squash) July 27, 2023 14:50
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

83.8% 83.8% Coverage
0.0% 0.0% Duplication

@oxisto oxisto merged commit 7870db6 into main Jul 27, 2023
3 checks passed
@oxisto oxisto deleted the convert-dfg-edges branch July 27, 2023 15:00
oxisto added a commit that referenced this pull request Jul 27, 2023
* change the DFG to use PropertyEdges

* remove calls where the same DFG edge would be a second time

* add properties parameter to addNextDFG and addPrevDFG function to be able to specify properties for the edges

* fix spotless issues

* Fix after merge

---------

Co-authored-by: Christian Banse <[email protected]>
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.

DFG edges are no PropertyEdges
3 participants