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: temporarily disable functionality in scratch-gui for compatibility with patched scratch-blocks #1

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

gonfunko
Copy link
Owner

This PR disables some limited functionality in scratch-gui that is missing its corresponding implementation or otherwise broken in the bootstrapped-on-modern-Blockly version of scratch-blocks. With this change, and gonfunko/scratch-blocks#27, it should be possible to:

  • Check out the modern-blockly branch of this repo and scratch-blocks
  • Check out the latest vanilla scratch-vm
  • Run npm link in scratch-vm and scratch-blocks
  • Run npm link scratch-vm scratch-blocks in scratch-gui
  • Run npm build in scratch-blocks
  • Run npm watch in scratch-vm
  • Run npm start in scratch-gui

And have a ~functional local Scratch environment.

src/containers/blocks.jsx Show resolved Hide resolved
src/lib/blocks.js Show resolved Hide resolved
src/lib/blocks.js Show resolved Hide resolved
@gonfunko gonfunko merged commit 905f043 into modern-blockly Apr 19, 2024
@gonfunko gonfunko deleted the start-state branch April 19, 2024 15:08
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