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

proc: refactor identifier evaluation for range-over-func support #3738

Merged
merged 1 commit into from
Jun 14, 2024

Commits on Jun 13, 2024

  1. proc: refactor identifier evaluation for range-over-func support

    Because of how range-over-func is implemented it is difficult to
    determine the set of visible local variables during expression
    compilation (i.e. it is difficulto to keep the HasLocal function
    correct).
    This commit moves that logic from expression compilation to expression
    evaluation.
    
    Updates go-delve#3733
    aarzilli committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    aa5bc8a View commit details
    Browse the repository at this point in the history