When a student submits a file, the language is reset - the three metadata lines that DrRacket inserts are not sent to the server. This is particularly annoying since our course sends out grading packages, and the graders currently have to manually set the language for each submission (we use the HTDP languages)
One potential fix that I've tested is to save the definitions text to a temporary file, then read from the temporary file. This is more of a workaround since there's no way to save to a byte string instead of a file.
I can submit a rough patch for this, but I suspect this might be a wontfix. Thoughts?
When a student submits a file, the language is reset - the three metadata lines that DrRacket inserts are not sent to the server. This is particularly annoying since our course sends out grading packages, and the graders currently have to manually set the language for each submission (we use the HTDP languages)
One potential fix that I've tested is to save the definitions text to a temporary file, then read from the temporary file. This is more of a workaround since there's no way to save to a byte string instead of a file.
I can submit a rough patch for this, but I suspect this might be a wontfix. Thoughts?