Closed kytrinyx closed 2 years ago
@yurrriq I don't know if you want something to signal integer division for the leap
exercise here. I've removed arithmetic
since we have a canonical list of exercises that are marked math
(though none in this track).
The build failed, but I think it just stalled, so I've retriggered it to see if that helps.
Hm, actually one of the builds stalled, the other failed. I don't think it's related to this change though.
You are right, it's unrelated. Tests are failing because I set up a journey for this track.
Later today I'll see if I can switch back to a regular testdiscovery and make a PR for that.
Hello @kytrinyx, could you try to rebase or backmerge master? Such that you have latest test runners available, then tests should pass.
Alternatively, you should be able to just merge in the change, as no one else seems to feel responsible for this.
Somehow, I missed this. Sorry. This looks fine to merge, so I think we should, perhaps after #58, to avoid any potential conflict with that PR.
Let's get #58 in, and then I'll rebase and we can see the state of things.
The new site lets people filter optional exercises by topic, and this makes it easy for people to skip past them.
This is important since the math-y exercises are not key to learning the language, and a lot of people find them intimidating and demotivating.
This updates any 'mathematics' topics to be 'math' since it's shorter and won't get cropped in the UI.
It also removes the math topics for any exercises that are not in the canonical math-y list.
exercism/exercism.io#4110