Skip to content

BlockCanvas: Fix block node array typing #150

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 1 commit into from
Jul 22, 2024
Merged

Conversation

dbnicholson
Copy link
Member

Prior to 01ab76c, the block trees array was modified in place, which meant is was correctly typed as Array[SerializedBlockTreeNode]. Now it's being built from an untyped array, which breaks script generation.

https://phabricator.endlessm.com/T35573

Prior to 01ab76c, the block trees array was modified in place, which
meant is was correctly typed as `Array[SerializedBlockTreeNode]`. Now
it's being built from an untyped array, which breaks script generation.

https://phabricator.endlessm.com/T35573
@dbnicholson dbnicholson requested review from manuq and wnbaum July 20, 2024 20:10
@manuq manuq merged commit 824a0f9 into main Jul 22, 2024
2 checks passed
@manuq manuq deleted the T35573-untyped-node-array branch July 22, 2024 17:28
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.

2 participants