Changes between Version 1 and Version 2 of Ticket #11801, comment 1


Ignore:
Timestamp:
Nov 19, 2015, 10:58:51 AM (7 years ago)
Author:
Joaquín M López Muñoz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11801, comment 1

    v1 v2  
    88}}}
    99
    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 it not legal to call `f.find` in the following line. In your example, you break the invariant of `deps_map` at lines
     10When `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
    1111
    1212{{{