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

Successful exercise with wrong code #450

Open
jcb opened this issue Jun 8, 2015 · 2 comments
Open

Successful exercise with wrong code #450

jcb opened this issue Jun 8, 2015 · 2 comments
Labels

Comments

@jcb
Copy link
Contributor

jcb commented Jun 8, 2015

At the very beginning, in the "Instructions exercise" (C language), I am able to validate it with a wrong code. For instance, the following code validates it while there is a syntax error (missing semicolon after the second right()):

brushDown();
stepForward();
stepForward();
right();
stepForward();
stepForward();
right()
stepForward();
stepForward();
right();
stepForward();
stepForward();
right();
brushUp();
stepForward();
right();
stepForward();
left();

The error is displayed in the console, but I still validate the exercise.

@mquinson
Copy link
Member

mquinson commented Jun 9, 2015

The C language is very prototypal so far. Its support was kinda dropped in the webPLM version. We need to reinstanciate it in the future. Please be patient...

@mquinson mquinson added the C-lang label Jun 9, 2015
@jcb
Copy link
Contributor Author

jcb commented Jun 10, 2015

ACK, thx. I did know it was in an experimental state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants