exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
27 stars 35 forks source link

all-your-base exercise and testcases #71

Closed mcmillhj closed 7 years ago

snahor commented 7 years ago

Just curious, how are your running the tests? do you replace use "{exercise}.sml"; with use "example.sml"; in test.sml?

mcmillhj commented 7 years ago

Yes, I was running the tests off of example.sml

mcmillhj commented 7 years ago

@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

snahor commented 7 years ago

You could use bin/configlet uuid, uuidgen or any generator or even write it by hand as long as it's unique.

mcmillhj commented 7 years ago

@snahor I believe I have made all the changes we discussed, have another look if you have a minute.