Jelajahi Sumber

Merge branch 'master' into rewrite-core

Joeri Exelmans 1 tahun lalu
induk
melakukan
2e0c8ff23e
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      todo.txt

+ 0 - 1
todo.txt

@@ -34,7 +34,6 @@ Todo, when I find the time:
 
 
 - Think: Introduce read-dependencies
-
 - A NodeDeletion also unsets all outgoing edges of a node. Incoming edges must be unset by EdgeUpdates, and the NodeDeletion must depend on these EdgeUpdates. Maybe it will make the implementation (of conflict checking) simpler if a NodeDeletion would *not* automatically unset outgoing edges, and instead also would have to depend on EdgeUpdates that un-set the nodes?
    Pro: Simpler conflict-checking code
    Pro: Related to the previous, will also make the addition of read-dependencies easier to implement.