in reply to Re^2: Testing new node cache ("order by" fixed)
in thread Testing new node cache

The "code display" problem was some big problems in handling usergroups so I'm cleaning up group handling. Things are finally picking up on this front so I hope to have it working fairly soon...

- tye        

  • Comment on Re^3: Testing new node cache (re-doing groups)

Replies are listed 'Best First'.
Re^4: Testing new node cache (re-doing groups)
by tye (Sage) on Aug 20, 2005 at 18:59 UTC

    Since I do the vast majority of this development on a platform that doesn't have a database, testing was a problem. I've been spending time getting DBD::AnyData working and there were several interesting challenges but I finally got it running just a couple of days ago.

    Big thanks to jZed for writing a mountain of code that makes it possible for me to implement a limited-functionality SQL database without using a C compiler, and for being very helpful with the snags I ran into.

    Now I'm writing unit tests and have found a few tiny (in code size) bugs that were introduced in the group-handling rewriting and preventing the rather tricky boot-strapping of the node cache from working.

    Given how successful the near-live testing previously went and how small the bugs I've found were, I once again feel I'm very close. Of course, this project often progresses very slowly (obviously), so calendar-wise it is hard to predict when the next near-live testing will begin.

    Thanks for y'all's patience...

    - tye