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
faulty.zip
Open the attached project, open the "deploy-me" patch. Try to deploy the project.
Expected behavior
An error message should appear in the compiler log.
Actual behavior
Depending on how you try to deploy, you might get no error at all. If you were trying to upload to an Arduino, the upload dialog now has the message "Another deployment job is in progress", and the Upload button is inactive. If you try to simulate you get a red error pop-up that ends with the message, "The error has no formatter, which is a bug. Report the issue to XOD developers."
Console output
The relevant portion of the error output is: Uncaught Error: Syntax error at line X col Y: } ^ Unexpected rParen token: "}"."
How to fix
Sounds like the parser exception-handling code in the transpiler needs some love, but also, the reason for the syntax error in the patch is the automatic addition of the matching brace by the code editor, a feature which doesn't seem to have an off switch.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
faulty.zip
Open the attached project, open the "deploy-me" patch. Try to deploy the project.
Expected behavior
An error message should appear in the compiler log.
Actual behavior
Depending on how you try to deploy, you might get no error at all. If you were trying to upload to an Arduino, the upload dialog now has the message "Another deployment job is in progress", and the Upload button is inactive. If you try to simulate you get a red error pop-up that ends with the message, "The error has no formatter, which is a bug. Report the issue to XOD developers."
Console output
The relevant portion of the error output is: Uncaught Error: Syntax error at line X col Y: } ^ Unexpected rParen token: "}"."
How to fix
Sounds like the parser exception-handling code in the transpiler needs some love, but also, the reason for the syntax error in the patch is the automatic addition of the matching brace by the code editor, a feature which doesn't seem to have an off switch.
The text was updated successfully, but these errors were encountered: