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
Currently, when there's an AST misparse, then ast based SCTs are quietly skipped. This was done since we can't guarantee that for every parser will handle all student submissions handed to it. However, has_equal_ast can be adapted to work without a solution ast.
(In general, it is not clear if checking the submission and solution in an SCT is beneficial--if people will be using the exercise validator)
The text was updated successfully, but these errors were encountered:
Currently, when there's an AST misparse, then ast based SCTs are quietly skipped. This was done since we can't guarantee that for every parser will handle all student submissions handed to it. However,
has_equal_ast
can be adapted to work without a solution ast.(In general, it is not clear if checking the submission and solution in an SCT is beneficial--if people will be using the exercise validator)
The text was updated successfully, but these errors were encountered: