[176] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

re: current buglist...

daemon@ATHENA.MIT.EDU (Fri Mar 25 21:01:28 1994 )

From: deforest@netcom.com (Robert de Forest)
To: coldstuff@MIT.EDU
Date: Fri, 25 Mar 1994 18:00:22 -0800 (PST)

The only bug left that I am aware of is some kind of problem with 
 dictionaries. Our player db was being corrupted in such a way that
 if you tried to access an element it would throw ~keynf, but the key would
 show up in dict_keys(), and you could re-construct the dict with a for loop!

{new_dict = #[]; for elem in (dict) new_dict = dict_add(new_dict, elem[1], elem[2]);}

The dict code is over my head, and I can't reproduce the bug at will, otherwise
 I'd try to fix it myself.

Crag
(deforest@netcom.com)