-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm not sure if this is intended, but it's confusing, at least to me.
I have
(define allow-submit-on-error? #t)in info.rkt. When I submit files that fail user defined checks (in this case a missing identifier), the text version is written as expected. When I submit files with lines longer than maxwidth, the grading directory is not created and the text version of the file is not written.
I don't completely understand the code, but it looks like the width check happens earlier than user defined checks. It's not like it's terribly hard for students to meet the line length constraints, but if it is a harder constraint it would be good to document, so admins don't get confused into thinking no text versions at all are being created on errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels