threerings / tripleplay

Utilities for use in PlayN-based games.
Other
92 stars 32 forks source link

The RSet of TypedStorage.setFor() is not reacting to removes #38

Closed cdietze closed 10 years ago

cdietze commented 10 years ago

It's documented in the JavaDoc: "Any modifications to the set will be immediately persisted back to storage." But the onRemove implementation is simply missing:

https://github.com/threerings/tripleplay/blob/master/core/src/main/java/tripleplay/util/TypedStorage.java#L304

samskivert commented 10 years ago

Sorry about that. I apparently wrote this but never ended up using it, ergo never ended up testing it.