Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Invalidate Method Dependencies #1516

Merged
merged 2 commits into from
Feb 26, 2021
Merged

Invalidate Method Dependencies #1516

merged 2 commits into from
Feb 26, 2021

Conversation

4e6
Copy link
Contributor

@4e6 4e6 commented Feb 25, 2021

Pull Request Description

close #1510

More careful dependency analysis. When the edit changes the method body, invalidate all the method usages (and the corresponding dependencies)

Important Notes

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@4e6 4e6 added Type: Bug p-highest Should be completed ASAP labels Feb 25, 2021
@4e6 4e6 self-assigned this Feb 25, 2021
Copy link
Contributor

@iamrecursion iamrecursion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand how the provided test actually tests the scenario in #1510. It doesn't seem like you actually perform any edit of the code in the test, which would be good to perform if possible.

@4e6 4e6 merged commit 3bf566f into main Feb 26, 2021
@4e6 4e6 deleted the wip/db/debug-visualization branch February 26, 2021 05:26
iamrecursion pushed a commit that referenced this pull request Feb 26, 2021
When the edit changes the method body, invalidate 
all the method usages, and the corresponding 
dependencies
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After popping frame from execution context visualization shows outdated value.
2 participants