andy icon indicating copy to clipboard operation
andy copied to clipboard

If there's a compilation error in a meta test, inform the teacher

Open mauricioaniche opened this issue 2 years ago • 2 comments

Right now, if there's a compilation error due to a badly written meta test, Andy just considers that meta test to fail. That's not correct. If the meta test makes the code to not compile, we should alert the teacher right away.

If during EXAM mode (hopefully never), just show a message. In any other mode, paste the entire meta test + compilation error, so it gets easier to identify the problem.

Changes most likely should happen here: https://github.com/SERG-Delft/andy/blob/main/andy/src/main/java/nl/tudelft/cse1110/andy/execution/metatest/library/LibraryMetaTest.java

mauricioaniche avatar Jun 29 '23 13:06 mauricioaniche

Can I work on this as well?

AtillaColak avatar Jul 05 '23 09:07 AtillaColak

I just assigned to the issue. Thanks! Let us know if you have any questions.

martinmladenov avatar Jul 05 '23 10:07 martinmladenov