Submit solution information
erbase opened this issue · 5 comments
I'm trying to submit solution via the CLI tool, but I always receive this answer: "The exercise you are submitting doesn't have the necessary metadata", so my question is this: which file should I submit?
Many thanks for your answer
Eros
Hi there @erbase. Which track are you trying to submit for?
I hit this today: I was trying to submit the solution file, and a ./my_lib/my_custom_lib
file. My workaround was to move "my_custom_lib" into the same directory as the solution file. @erbase, does this sound familiar?
@glennj which track :) ? The file will need to be inside the config.json
files
array for it to submit, or we potentially have a bug.
I can upload arbitrary files that are in the current directory in the bash track: example https://exercism.org/tracks/bash/exercises/grains/solutions/glennj
If I try to edit then online, I appropriately can't:
Same on the Tcl track: https://exercism.org/tracks/tcl/exercises/forth/solutions/glennj
@glennj yeah, that makes sense. If they are in the config.json
solution
array, they are editable.