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, the preprocess() method in JavaBuild returns a string value containing the class name of the sketch, that is queried from the PreprocessorResult object created inside the method. However, it might be better it if preprocess just returns the PreprocessorResult object, which contains additional useful information such as the sketch's renderer.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: codeanticode
Currently, the preprocess() method in JavaBuild returns a string value containing the class name of the sketch, that is queried from the PreprocessorResult object created inside the method. However, it might be better it if preprocess just returns the PreprocessorResult object, which contains additional useful information such as the sketch's renderer.
The text was updated successfully, but these errors were encountered: