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

Remove redundant EOGStarters when executing an EOGStarterPass #2180

Merged
merged 4 commits into from
Mar 31, 2025

Conversation

KuechA
Copy link
Contributor

@KuechA KuechA commented Mar 24, 2025

Fixes #2176 by moving the logic filtering EOG starters without incoming EOG edges to executePass.

Suggested PR chain: This PR, then #2188 , then #2187 .

Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.78%. Comparing base (a75a175) to head (0c0c6d4).
Report is 4 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
Files with missing lines Coverage Δ
...main/kotlin/de/fraunhofer/aisec/cpg/passes/Pass.kt 73.60% <100.00%> (ø)
...n/de/fraunhofer/aisec/cpg/passes/SymbolResolver.kt 89.41% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@KuechA KuechA changed the title Remove redundant EOGStarters and sort them Remove redundant EOGStarters when executing an EOGStarterPass Mar 24, 2025
@oxisto oxisto added this pull request to the merge queue Mar 31, 2025
Merged via the queue into main with commit 85042ff Mar 31, 2025
4 checks passed
@oxisto oxisto deleted the ak/singleEogStarter branch March 31, 2025 09:14
oxisto pushed a commit that referenced this pull request Apr 4, 2025
* Remove redundant EOGStarters and sort them

* remove ordering

* Style
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.

Fix EOGStarterPass
2 participants