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

Fix expanding variables after restart #790

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

puremourning
Copy link
Owner

We use the connection property of the result when expanding, so we need to update it when we get a new result. Most of the time this will be NOP but in the case of a variable which is carried over from a previous session, it will change the first time we refresh it.

Fixes #789

We use the connection property of the result when expanding, so we need
to update it when we get a new result. Most of the time this will be NOP
but in the case of a variable which is carried over from a previous
session, it will change the first time we refresh it.
@puremourning
Copy link
Owner Author

This change is Reviewable

Copy link
Owner Author

@puremourning puremourning left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @puremourning)

@mergify mergify bot merged commit 4e49a17 into master Aug 18, 2023
10 checks passed
@mergify mergify bot deleted the fix-variable-expand-after-restart branch August 18, 2023 18:54
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.

Can't expand a watch variable after 'restart' command
1 participant