Closer to Fine
Jun. 17th, 2008 05:48 pmI rearranged the calculational core for our product to support minimal recalc for this release some months ago. We're finally approaching release and testing the feature. Unsurprisingly, there was a bug. Annoyingly, I'm having to try my third fix to the problem.
The source of the problem was that I wasn't necessarily correctly initializing all of the cells in the product when a minimal recalc was required. I fixed that, but then I was initializing the cells more than once. I've now stripped out the excess initializations and things look like they're running correctly, but I won't know for sure until a test build is completed and run through this particular test harness.
We'll see.
The source of the problem was that I wasn't necessarily correctly initializing all of the cells in the product when a minimal recalc was required. I fixed that, but then I was initializing the cells more than once. I've now stripped out the excess initializations and things look like they're running correctly, but I won't know for sure until a test build is completed and run through this particular test harness.
We'll see.