10000 refactor: make VariableMap implement IVariableMap. by gonfunko · Pull Request #8395 · google/blockly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: make VariableMap implement IVariableMap. #8395

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
Jul 19, 2024

Conversation

gonfunko
Copy link
Contributor

The basics

The details

Resolves

Fixes #8074

Proposed Changes

This PR makes the existing VariableMap class implement the new IVariableMap interface. I also changed the backing store from a map of arrays to a map of maps, since this made implementing the new methods easier and allowed for efficiency improvements in some of the existing ones.

@gonfunko gonfunko requested a review from a team as a code owner July 18, 2024 18:28
@gonfunko gonfunko requested a review from BeksOmega July 18, 2024 18:28
@gonfunko gonfunko force-pushed the variable-map-implement branch from 40dfba0 to 76d05b7 Compare July 18, 2024 19:18
Copy link
Collaborator
@BeksOmega BeksOmega left a comment

Choose a reason for hiding this comment

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

Sorry for the late review!

Copy link
Collaborator
@BeksOmega BeksOmega left a comment

Choose a reason for hiding this comment

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

Looks great =) Thanks for the changes!

@gonfunko gonfunko merged commit 02e64be into google:rc/v12.0.0 Jul 19, 2024
7 checks passed
@gonfunko gonfunko deleted the variable-map-implement branch July 19, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0