synchrony / smsn

Semantic Synchrony. An experiment in cognitive and sensory augmentation.
Other
179 stars 15 forks source link

make TinkerNotes transactional #4

Closed joshsh closed 13 years ago

joshsh commented 13 years ago

An update should not be committed unless it succeeds completely. Use TransactionalGraph with one transaction per update operation.

joshsh commented 13 years ago

Done. For graphs which implement TransactionalGraph, update operations are wrapped in transactions, and rolled back in their entirety if anything goes wrong.