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

Update ExtendedPythonGenerator so it collects mrc_class_method_def blocks #62

Open
lizlooney opened this issue Feb 24, 2025 · 0 comments
Assignees

Comments

@lizlooney
Copy link
Collaborator

Currently in ExtendedPythonGenerator.init, we call Blockly.Procedures.allProcedures to collect the procedures that have been defined in the blockly workspace. This information is used to create the "exported" blocks for the Project module so that they can be used from other modules (Mechanisms and OpModes) in the same project.

Instead of, or in addition to, collecting procedures, we need to collect mrc_class_method_def blocks.

@lizlooney lizlooney self-assigned this Feb 26, 2025
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

No branches or pull requests

1 participant