-
Notifications
You must be signed in to change notification settings - Fork 634
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: block-dynamic-connections insertion marker monkey patch #1452
fix: block-dynamic-connections insertion marker monkey patch #1452
Conversation
google/blockly#6602 hasn't been released yet, so as not to break the samples publish happening early Thursday, I'm going to wait to merge this until after we bump all the plugins to the Thursday core release. |
d7a1b63
to
d9f5e7d
Compare
Observed while debugging test failures: the first commit of this PR (that modifies the monkey patch) passes tests on its own, even without bumping @BeksOmega: Is the monkey patch itself not being tested? |
The monkey patch itself is not currently being tested, only the blocks' responses to |
OK, I have further information about what's causing the test failures. BackgroundHere is the background information necessary to understand this problem—not all of which I understood when beginning to debug it.
|
fbf74f6
to
cdfd236
Compare
Description
Fixes #1448
Renames everything in the monkey patches to match what Rachel did in google/blockly#6602
Testing
Could not reproduce #1448
Additional Information
This is why monkey patches are sad =(
I think we could get this working in a non-monkey-patch way if we had some insertion-marker specific events.