-
- Downloads
Updates handler states and dumping of listeners.
- Adds inc_EMPTY: for handlers of decached values - Adds inc_COMPUTED: for handlers of cached values - Adds inc_AST: for handlers of editable AST values - Changes the dependency dump to show listeners and handler state - Removes the changeState method from the handler class - Adds the attribute handler directly on the evaluation stack for plain lazy attributes Note that all changes are focused on the incremental/param configuration and changes may not be complete for other incremental configurations. Tested on incremental/param/Test120-121.
Showing
- src/jastadd/incremental/IncrementalState.jadd 5 additions, 3 deletionssrc/jastadd/incremental/IncrementalState.jadd
- src/template/incremental/ASTChange.tt 4 additions, 2 deletionssrc/template/incremental/ASTChange.tt
- src/template/incremental/DDGNode.tt 56 additions, 25 deletionssrc/template/incremental/DDGNode.tt
- src/template/incremental/DDGNodeCopy.tt 5 additions, 5 deletionssrc/template/incremental/DDGNodeCopy.tt
- src/template/incremental/State.tt 6 additions, 2 deletionssrc/template/incremental/State.tt
- src/template/incremental/Tracking.tt 28 additions, 17 deletionssrc/template/incremental/Tracking.tt
Please register or sign in to comment