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

Block versioning extension #5

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

pmalacho-mit
Copy link
Collaborator

Resolves

What Github issue does this resolve (please include link)?

Proposed Changes

Describe what this Pull Request does

Reason for Changes

Explain why these changes should be made

Test Coverage

Please show how you have added tests to cover your changes

@pmalacho-mit pmalacho-mit changed the base branch from develop to main July 1, 2024 06:45
/* PRG ADDITION BEGIN */
json["extensions"]?.forEach(id => extensions.extensionIDs.add(id));

var extensionManager = null;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mayarajan3 Are these changes still necessary?

@@ -554,6 +555,13 @@ class Blocks {
// A new block was actually added to the block container,
// emit a project changed event
this.emitProjectChanged();

const scratchBlock = ScratchBlocks.getMainWorkspace().getBlockById(block.id);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny, I'm getting an error due to this line?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-06-30 at 11 57 04 PM

@@ -440,6 +440,11 @@ class ExtensionManager {

// avoid promise latency if we can call direct
const serviceObject = dispatch.services[serviceName];
// var newFunc = funcName
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dead code

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