-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Spork: unfork Blockly #214
base: develop
Are you sure you want to change the base?
Conversation
* fix: run stacks in response to stack click events * refactor: listen for regular click events to run block stacks
…extensions toolbox categories (#2)
* fix: handle modern workspace comment events * fix: correctly access coordinates on events
* chore: format runtime.js * fix: add the hat extension to extension hat blocks
… occupied by a shadow block (#8) * chore: format engine/blocks.js * fix: restore shadow blocks when removing a block from an input
…locks getting into a bad state (#9)
The playgrounds themselves are still broken, but it's a step...
…ty with patched scratch-blocks (#1)
* fix: add support for Scratch-style procedures * refactor: remove underscore procedure creation callback
…toolbox categories (#9)
Reverts one line of 9703bc6
I have read the CLA Document and I hereby sign the CLA 1 out of 4 committers have signed the CLA. |
This way it doesn't prevent other tests from running
ed3ba88
to
97bf00d
Compare
Status update for anyone who might be watching this PR: I know it looks like not much is happening here, but gears are turning behind the scenes. We're working on testing, and I'm sure there will be things to fix before we merge this, but I believe we're getting close. If anyone in the community wants to try this branch, please comment here if you find problems! Other than the zoom icons -- we know about that one 😆 Thank you! If all goes as planned, I'd like to merge this sometime this summer, specifically before North American schools get going again for fall terms. If we get lucky and it's even earlier, that's cool too! Some of our friends at Google haven't signed the CLA, but that's OK for now. We're working through some paperwork, but we're all friends, and I'm not worried about it. It's just slow; I apologize for that. |
On |
Proposed Changes
Use the new version of
scratch-blocks
, which now depends on Blockly instead of being a fork of Blockly.Reason for Changes
As stated in scratchfoundation/scratch-blocks#3338:
Test Coverage
Many existing tests at least partially cover these changes. We'll also be testing these changes through several manual testing sessions.