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

Debug: fix struct vars debug, params modication, supports expressions, lexical scope/lifecycle #806

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

cpunion
Copy link
Contributor

@cpunion cpunion commented Sep 24, 2024

  • Supports full types
    • Struct params/vars modification
    • Basic type params modification
    • Return types (including tuples)
    • Fix pointer type size
    • types.Named -> Typedef
  • Scope
    • Lexical scope (if, for, closure)
    • Variable lifecycle
  • Go expressions
    • p *(s.pf).a
    • p s.pf.a

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 97.10145% with 4 lines in your changes missing coverage. Please review.

Project coverage is 97.57%. Comparing base (5dadf9a) to head (ace3fc8).
Report is 94 commits behind head on main.

Files with missing lines Patch % Lines
ssa/eh.go 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #806      +/-   ##
==========================================
- Coverage   97.58%   97.57%   -0.01%     
==========================================
  Files          20       20              
  Lines        5169     5241      +72     
==========================================
+ Hits         5044     5114      +70     
  Misses        106      106              
- Partials       19       21       +2     

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

@cpunion cpunion changed the title Debug: fix struct vars debug, supports expressions Debug: fix struct vars debug, supports expressions, value change Sep 24, 2024
@cpunion cpunion changed the title Debug: fix struct vars debug, supports expressions, value change Debug: fix struct vars debug, params modication, supports expressions, lexical scope Sep 24, 2024
@cpunion cpunion changed the title Debug: fix struct vars debug, params modication, supports expressions, lexical scope Debug: fix struct vars debug, params modication, supports expressions, lexical scope/lifecycle Sep 24, 2024
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.

1 participant