Skip to content

Handin loses language info on submit #17

@albertxing

Description

@albertxing

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions