Bugs, bugs, and more bugs!
In the past two weeks, I worked on two things:
- Squashing a rebus bug.
- Combine the two suggested words lists into one.
The rebus bug
A rebus cell is a cell that contains more than one letter in it. These aren’t too common in crossword puzzles, but they do appear occasionally—and especially so in harder puzzles.
Our word suggestions lists were not working for slots with rebus cells. More specifically, if the cursor was on a cell that’s within letters in rebus - 1
cells to the right of a rebus cell, then an assertion would fail, and the word suggestions list would be empty.