.hgignore
author Jan Vrany <jan.vrany@labware.com>
Thu, 25 Mar 2021 20:30:03 +0000
branchjv
changeset 25411 248600ba8fd9
parent 18047 e4a0ea191f5b
permissions -rw-r--r--
Fix unlikely but possible race in `WeakValueDictionary` It may happen that value in `valueArray` could have been already collected by the GC but #clearDeadSlots have not yet been called. When this happened, `#at:ifAbsentPut:` returned tombstone rather than updating the dictionary with value from block. This commit fixes this by checking whether `valueArray` contain the tombstone and if so, clearing up the dead slots and restarting the operation. HTH.

syntax: glob
*.chg
*~
*.orig
*.o
*.so
*.sc
*Init.c
*.H
*.STH
*/makefile
*/docs/output/*
*/docs/*.xml.profiled

*/objbc
*/objvc
*.res
*-Test.xml
*.base
*.orig
*.local
*.other
makefile