Changes between Version 1 and Version 2 of Ticket #11801, comment 1
- Timestamp:
- Nov 19, 2015, 10:58:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11801, comment 1
v1 v2 8 8 }}} 9 9 10 When `x.data` is modified, the invariants of `c` (i.e. the sortedness of their indices) are potentially broken (`modify` precisely restores them, i.e. reindexes, after the user-provided lambda returns) so itnot legal to call `f.find` in the following line. In your example, you break the invariant of `deps_map` at lines10 When `x.data` is modified, the invariants of `c` (i.e. the sortedness of their indices) are potentially broken (`modify` precisely restores them, i.e. reindexes, after the user-provided lambda returns), so it is not legal to call `f.find` in the following line. In your example, you break the invariant of `deps_map` at lines 11 11 12 12 {{{