Closed mcmillhj closed 7 years ago
Yes, I was running the tests off of example.sml
@snahor Where do you find the uuid and other metadata for the exercise that needs to be added to config.json
? e.g. https://github.com/exercism/sml/blob/master/config.json#L8
I don't see it linked to the problem specification
You could use bin/configlet uuid
, uuidgen
or any generator or even write it by hand as long as it's unique.
@snahor I believe I have made all the changes we discussed, have another look if you have a minute.
Just curious, how are your running the tests? do you replace
use "{exercise}.sml";
withuse "example.sml";
in test.sml?