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

move JET.strongly_connected_components to LCU #97

Merged
merged 1 commit into from
Jan 12, 2024
Merged

move JET.strongly_connected_components to LCU #97

merged 1 commit into from
Jan 12, 2024

Conversation

aviatesk
Copy link
Member

We can check the validity of our SCC implementation for CFG by enabling the comments at runtime. I have confirmed the reliability of the implementation using this approach on the JET test suite.

xref: aviatesk/JET.jl#591 (comment)

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

Attention: 59 lines in your changes are missing coverage. Please review.

Comparison is base (3194ce0) 94.54% compared to head (0790c6c) 90.20%.

Files Patch % Lines
src/utils.jl 0.00% 59 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   94.54%   90.20%   -4.34%     
==========================================
  Files           5        5              
  Lines        1228     1287      +59     
==========================================
  Hits         1161     1161              
- Misses         67      126      +59     

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

@aviatesk aviatesk merged commit 0380f3c into master Jan 12, 2024
8 of 11 checks passed
@aviatesk aviatesk deleted the avi/scc branch January 12, 2024 19:46
@timholy
Copy link
Member

timholy commented Jan 17, 2024

Thanks!

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.

2 participants