Related user(s):
@AltGr
Related issue(s) or PR(s):
#481
Related project scope(s):
grading, test_lib
Question?
Tried upgrading to LearnOCaml 1.0 (after over a year), found that my existing grader code for some exercises could no longer be broken up into separate files using depend.txt. It looks like this was removed in favor of test_libs.txt in #481, which requires that I make my grader code available as a library via findlib. I'm not familiar with this process, but from what I skimmed online, it seems a more public-facing option than seems warranted in my case -- I just want to keep many lines of messy datatype samplers and buggy solutions out of my way. Am I misunderstanding the test_libs.txt solution? If not, is there another alternative closer to depend.txt?
What has already been tested:
No response
learn-ocaml --version
1.0.0
git describe --long --always --abbrev=40 --tags
No response
What OS do you use?
GNU/Linux, MacOS
What browser(s) do you use with learn-ocaml?
Chromium
Additional context:
No response