-
Notifications
You must be signed in to change notification settings - Fork 757
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
Resource & property loop decompilation #1640
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1640 +/- ##
==========================================
- Coverage 95.13% 95.03% -0.10%
==========================================
Files 362 364 +2
Lines 19882 20282 +400
Branches 13 13
==========================================
+ Hits 18914 19276 +362
- Misses 968 1006 +38
Flags with carried forward coverage won't be shown. Click here to find out more.
|
37f84fa
to
7a2fe46
Compare
7a2fe46
to
0fda714
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Will output copy loop decompilation come with a separate PR, though?
Thanks for pointing that out - output loops were merged after I started this PR. I'll do it in a separate PR. |
Contributing a Pull Request
If you haven't already, read the full contribution guide. The guide may have changed since the last time you read it, so please double-check. Once you are done and ready to submit your PR, run through the relevant checklist below.
Contributing a feature
Fixes #1682
Fixes #1603