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

add extra message in case of missing/spurious trailing newline #44

Open
2 tasks done
dmouriss opened this issue Aug 1, 2019 · 3 comments
Open
2 tasks done

add extra message in case of missing/spurious trailing newline #44

dmouriss opened this issue Aug 1, 2019 · 3 comments
Labels
bug Something isn't working enhancement New feature or request migrated

Comments

@dmouriss
Copy link
Collaborator

dmouriss commented Aug 1, 2019

  • 819232: eerste foute testgeval - oplossing heeft een newline te veel, maar feedbacktabel toont dit niet
  • extra console.logs buiten functie stellen message in

Original issue by @dmouriss on Tue May 02 2017 at 14:33.

@pdawyndt
Copy link
Contributor

pdawyndt commented Aug 1, 2019

@dmouriss extra console.logs buiten functie stellen message in

Dit was expliciet de bedoeling. Bovendien is het zo dat als bij het uitvoeren van de ingediende code een fout wordt opgemerkt (hetzij een exception, hetzij schrijven naar stdout of stderr), dan worden de testgevallen ook niet meer uitgevoerd. De testgevallen blijven altijd staan, maar we zouden nog een extensie van Dodona nodig hebben om deze testgevallen met status "unprocessed" te markeren (dit zou dan ook de default status worden).

Als je denkt dat het verwarrend/vervelend is voor de studenten dat ze niet met console.log kunnen uitschrijven bij het debuggen, dan hoor ik het graag. Maar ik vind het geen goede praktijk om console.logs in finale code te laten staan. Desnoods moeten ze maar een globale vlag DEBUG gebruiken en ervoor zorgen dat de console logs conditioneel uitgevoerd worden als DEBUG === true.

Original comment by @pdawyndt on Tue May 02 2017 at 15:39.

@pdawyndt
Copy link
Contributor

pdawyndt commented Aug 1, 2019

@dmouriss Can you review the proposed solution with submission 819232? If OK, you can close this issue.

NOTE: I added the same error message to the evaluation of stdout/stderr.

Original comment by @pdawyndt on Tue May 02 2017 at 16:21.

@pdawyndt
Copy link
Contributor

pdawyndt commented Aug 1, 2019

See https://github.ugent.be/dodona/dodona/issues/412 for what seems to be a serious bug in Dodona.

Original comment by @pdawyndt on Wed May 03 2017 at 19:57.

@dodona-server dodona-server added bug Something isn't working enhancement New feature or request migrated labels Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request migrated
Projects
None yet
Development

No branches or pull requests

3 participants