You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absence of this feature becomes a blocker for further ParSEE evolution (another one is red/red#4524 (comment)).
To support displaying list input modifications ParSEE needs to map incremental changes of input to incremental changes of this input's molded text (what the user sees).
For top-level input modifications each modification requires me to make two keyframes: before and after a modification. Each keyframe holding a copy of the molded input.
For deeper modifications I currently see no way of achieving this mapping. Using mold/trace I could have made a map where all input positions are located in the molded text, even for the deeper lists, and could then trivially reflect their removal into the molded text. Reflection of insertions would have been a bit more involved, but doable as long as mold of a single value is equivalent to its mold inside the container.
For now, I'll try to make my own mold-trace, which should be feasible since in ParSEE I don't need all the features of mold.
To be considered a part of #134
I have a few needs so far:
The text was updated successfully, but these errors were encountered: