Closed eval-exec closed 2 months ago
Ah interesting. I'll see what I can do
Hey @eval-exec, mind trying the latest version?
For context, I've made the submit function explicitly specify the solution files (specified within the exercise's config.json
)
Hey @eval-exec, mind trying the latest version?
For context, I've made the submit function explicitly specify the solution files (specified within the exercise's `config.json)
Thank you, I will test it later.
For example, there is a exercism problem whose file tree is:
I open
src/hello_world.clj
in a buffer, and M-xexercism-submit
will report[exercism] submit: Error: no files to submit
, I have to executeexercism-submit
in the problem's root directory to submit successfully.