Skip to content

Support for grader code reuse #169

Closed
@adhameer

Description

@adhameer

We have a lot of functions that we are using repeatedly across graders for different exercises. Currently we have to just copy and paste those functions into test.ml for each grader since we don't have control over the build. It would be very nice if we could just put all this code into a separate module and link it during compilation.

(Maybe there is already a way to do this, but if there is, I'm not sure how.)

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