Adam Porter writes: > Hi Joseph, > > On 6/12/24 20:49, Joseph Turner wrote: >> Previously, persist-reset set the value of SYM to its default without >> copying it, which caused subsequent modifications to the value of SYM >> to erroneously modify the default value. > > The only suggestion I can think of would be, in the test, to perhaps > bind to a variable the initial hash table set as the default value, so > that you could also compare against that with EQ to ensure that the > original table is not being reused. Good idea! Please see new patchset.