You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for how to make exercises sync, that's actually a hard problem. Maybe all tracks maintainers should automatically receive a notification when the canonical data of an exercise is changed?
Test case "there is no zeroth prime" is missing in our test suite.
And then it makes sense to change
Prime.nth
to return anOption[Int]
instead of justInt
.While being at it: Perhaps also change all other test descriptions to be the same as in canonical-data.json?
On a side note: There are more exercises out of sync with
x-common
. How can we handle this? There is an issue on the Haskell track for this.The text was updated successfully, but these errors were encountered: