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
In addition to clarifying existing errors we also need to handle a few compatibility problems that occur when using different generators in blockly. In our case the JS generator can occasionally break if arduino specific code is written in the block space. One notable example is setting digital pins like the following:
Which works perfectly in every case except showing as JS code. In that case the following error appears:
When student code does not compile we need a way to send user friendly compile errors and suggestions to help them resolve the issues.
Completing this task will require
The text was updated successfully, but these errors were encountered: