Skip to content

fix: undoing and redoing deleting procedures #6722

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

Merged
merged 5 commits into from
Jan 7, 2023

Conversation

BeksOmega
Copy link
Collaborator

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Work on #6526

Proposed Changes

Discovered that when a procedure was deleted, and then the action was undone, procedure callers that were deleted with the definition were not properly reassociated with the procedure definition when they were deserialized. So e.g. when the definition was renamed, callers would not be renamed with it.

Reason for Changes

Fixing bugs is rad!

Test Coverage

Added tests for undoing and redoing deleting procedures.

Documentation

N/A

Additional Information

Dependent on #6721

@BeksOmega BeksOmega requested a review from a team as a code owner December 22, 2022 19:09
@github-actions github-actions bot added the PR: fix Fixes a bug label Dec 22, 2022
@BeksOmega BeksOmega marked this pull request as draft December 22, 2022 19:09
@BeksOmega BeksOmega mentioned this pull request Dec 22, 2022
4 tasks
@BeksOmega BeksOmega changed the title fix: Undoing and redoing deleting procedures fix: undoing and redoing deleting procedures Dec 22, 2022
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Dec 22, 2022
@BeksOmega BeksOmega force-pushed the fix/undo-redo-delete-procedures branch from 1b031dd to f49d90f Compare January 6, 2023 00:11
@BeksOmega BeksOmega marked this pull request as ready for review January 6, 2023 04:09
@BeksOmega BeksOmega force-pushed the fix/undo-redo-delete-procedures branch from f49d90f to 1062097 Compare January 6, 2023 20:03
@BeksOmega BeksOmega force-pushed the fix/undo-redo-delete-procedures branch from 95369bb to 1062097 Compare January 6, 2023 22:34
@BeksOmega BeksOmega force-pushed the fix/undo-redo-delete-procedures branch from 2eb3b29 to bf99b25 Compare January 6, 2023 23:33
@BeksOmega BeksOmega force-pushed the fix/undo-redo-delete-procedures branch from bf99b25 to acdaae1 Compare January 6, 2023 23:33
@BeksOmega BeksOmega merged commit d27f7c8 into google:develop Jan 7, 2023
@BeksOmega BeksOmega deleted the fix/undo-redo-delete-procedures branch May 14, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants