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: Remove deprecation warnings for 'disabled'. #8104

Merged
merged 2 commits into from
May 14, 2024

Conversation

NeilFraser
Copy link
Contributor

We must continue to support existing XML and JSON serialization formats since they are in external databases.

The decision was taken not to make the save formats compatible with older versions of Blockly. We could not think of a convincing use-case for a newer Blockly's output to be read by an older Blockly. If such a case appears, then our decision should change.

Resolves #8095.

We must continue to support existing XML and JSON serialization formats since they are in external databases.

The decision was taken not to make the save formats compatible with older versions of Blockly.  We could not think of a convincing use-case for a newer Blockly's output to be read by an older Blockly.  If such a case appears, then our decision should change.

Resolves #8095.
@NeilFraser NeilFraser requested a review from a team as a code owner May 14, 2024 10:06
@NeilFraser NeilFraser requested a review from maribethb May 14, 2024 10:06
@github-actions github-actions bot added the PR: fix Fixes a bug label May 14, 2024
@NeilFraser NeilFraser requested review from BeksOmega and removed request for maribethb May 14, 2024 10:06
@NeilFraser NeilFraser merged commit fca94ce into develop May 14, 2024
9 checks passed
@NeilFraser NeilFraser deleted the fraser-dep-warning branch May 14, 2024 15:55
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.

XML/JSON change for disabled blocks
3 participants