[1277] in Coldmud discussion meeting

root meeting help first previous next last

[COLD] Genesis p27 available

daemon@ATHENA.MIT.EDU (Thu Apr 10 16:42:28 1997 )

Date: Thu, 10 Apr 1997 14:33:00 -0600 (MDT)
From: Brandon Gillespie <brandon@cold.org>
To: coldstuff@cold.org

Mostly bug fixes.  Changes include:

      * fixed a bug, removed an extra cache_discard that completely bombed
        the server if the object got swapped while task still used the
        method  (Miro)
      * Added a traceback logging means (Miro)
      * Fixed deallocing things in wrong order in frame_return (Miro)
      * found minor logic bug with frename() (Brian)
      * fixed a bug where frames were cleaning up information before the
        traceback could be generated (Miro)
      * wrapped up default_var() and inherited_var() -- no cacheing of
        results occurs with inherited_var(), use it wisely (Brian)

-Brandon

Also, note--inherited var doesn't work correctly right now, it searches
your ancestors in the wrong order.  Keep this in mind..