More solution fixes.

  • python\series. They wanted me to break out some of the fail tests and give them different error messages.
  • python\meetup. They didn’t like one of my error messages
  • python\hamming – wasn’t broken just had a solution published that wasn’t passing. Set it to all iterations and I am good.
  • ruby\series Same changes as the python version. All of the default community solutions were broken too.
  • ruby\savings account – for negative amounts interest is no longer negative? and get rid of an absolute value call? Not sure why it works but that is what a nearly identical community solution did and it passed.
  • java\darts was not published, on publish it failed. Looks like they changed the specification no more class properties x, y they are just passed into the function now.
  • python\high scores – They changed it from a bunch of functions to a class with a bunch of functions.

It looks like there are two that exercism won’t quite count as passed. They both take too long to process so the automated system will not run tests against them. I had to go through pages of solutions to find the two that were in the all list but missing in the passed list.

  • c#\Alphametics
  • c#\Palindrome Products

How rude, now my search is broken because they put in exercises they can’t really check. Anyway, I think that cleans up every that I can clean up.

I finally did a new exercise Locomotive Engineer which involved packing and unpacking lists/dictionaries. Harder than it should have been. Thought I was doing something very wrong on the last test, but turns out I wasn’t.

Just two days left, sooooo tired.