refactor(VariableMap): Stop using deprecated wrapper methods by tashee · Pull Request #9340 · RaspberryPiFoundation/blockly

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tashee

Copy link Copy Markdown

Contributor

@tashee tashee commented

Sep 3, 2025

The basics

The details

Resolves

Fixes 8945 (#8945)

Proposed Changes

Replaced deprecated wrapper methods

@tashee tashee requested a review from a team as a code owner

September 3, 2025 13:21

@tashee tashee requested a review from cpcallen

September 3, 2025 13:21
Copy link Copy Markdown

Collaborator

@cpcallen cpcallen left a comment

Choose a reason for hiding this comment

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

Looks good, but a few small fixes.

@cpcallen

Copy link Copy Markdown

Collaborator

cpcallen commented

Sep 4, 2025

I see the Keyboard Navigation Automated Tests have failed. Unfortuantely one of those tests is really flaky. You should just re-run it until it passes.

I'll let you investigate the Node.js CI / build test failure.

Lint failure was due to one use of var instead of const.

tashee and others added 2 commits

September 24, 2025 11:13
Co-authored-by: Christopher Allen <cpcallen+github@gmail.com>

@tashee tashee enabled auto-merge (squash)

September 24, 2025 15:23

@tashee tashee merged commit a481253 into RaspberryPiFoundation:develop

Sep 24, 2025

9 checks passed

@tashee tashee linked an issue

Sep 24, 2025

that may be closed by this pull request

19 tasks

@tashee tashee deleted the tashee-core-8945 branch

September 24, 2025 15:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@cpcallen cpcallen cpcallen approved these changes

Assignees

@cpcallen cpcallen

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Remove remaining calls to deprecated variable map methods

2 participants

@tashee @cpcallen