Remove Blockly fork#3940
Open
mjgallag wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
@ewpatton while I noticed your work on RaspberryPiFoundation/blockly#9128 I realized we can already pretty easily get off the fork now without that. This is actually a pretty tiny PR as it turns out I did the bulk of the work to get off our fork with the Blockly 11 upgrade. Once this gets merged to master I will rebase #3768 and close mit-cml/blockly#13. I'll probably wait for #3924 to merge to master too so I only have to rebase once. Both of these should be low risk for master. Unless more bugs are found I have no more planned changes for Blockly 12. |
Contributor
Author
|
@jisqyv I think this may be a good candidate to include on |
Member
|
I've marked it for ai2-test. I'm planning on updating ai2-test later today.
…-Jeff
On Wed, May 20, 2026 at 1:16 PM Michael Gallagher ***@***.***> wrote:
*mjgallag* left a comment (mit-cml/appinventor-sources#3940)
<#3940 (comment)>
@jisqyv <https://github.com/jisqyv> I think this may be a good candidate
to include on ai2-test, pretty small and low risk.
—
Reply to this email directly, view it on GitHub
<#3940 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMF2OD5VUDGRANWNAKN5YD43XR5RAVCNFSM6AAAAACY5JQUHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DKMBQHAYDQMZQGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_______________________________________________________________________
Jeffrey I. Schiller
Information Systems and Technology – MIT App Inventor
Massachusetts Institute of Technology
77 Massachusetts Avenue Room 32G-530
Cambridge, MA 02139-4307
617.910.0259 - Voice
***@***.***, ***@***.***
http://jis.qyv.name
http://appinventor.mit.edu
_______________________________________________________________________
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR accomplish?
Removes Blockly fork.
Context for the changes
If this PR changes anything related to the companion make sure you have used the
ucrbranch. For all other changes usemasteror provide context for having used a different branch.See a summary of git branches in the docs: App Inventor Developer Overview
If your code changes how something works on the device (i.e., it affects the companion):
I have made no changes that affect the companion
I branched from
ucrMy pull request has
ucras the baseFurther, if you've changed the blocks language or another user-facing designer/blocks API (added a SimpleProperty, etc.):
For all other changes:
I have made no changes that affect the master branch
I branched from
masterMy pull request has
masteras the baseGeneral items:
ant testspasses on my machine