* CVS User nsiivola [2011-06-18 11:51] writes:
Update of /project/slime/cvsroot/slime In directory common-lisp.net:/tmp/cvs-serv20168
Modified Files: ChangeLog swank.lisp Log Message: swank: lock around updating the indentation cache
Hash-tables aren't necessarily thread safe. (Yes, I actually saw the table get corrupted -- this isn't just theoretical.)
Please, don't use locks in swank.lisp.
Helmut