You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: