mps-coderules/samples
Grigorii Kirgizov 6a53d15a21 Refactor: move logic related to tracking parent match from ControllerImpl to MatchJournal
Relates to machinery introduced in MPSCR-47.
Previously parent match was maintained in Controller on Java call stack.
Now this stack of parent matches is maintained manually in MatchJournal.

So MatchJournal gains new invariant: parentChunk()
returns correct parent after each logMatch() call.
Several tests fail, also need to maintain this
invariant after logActivation() calls.
2020-03-26 13:40:41 +03:00
..
fitch Refactor: move logic related to tracking parent match from ControllerImpl to MatchJournal 2020-03-26 13:40:41 +03:00
lambdacalc Refactor: move logic related to tracking parent match from ControllerImpl to MatchJournal 2020-03-26 13:40:41 +03:00
mpscore Refactor: move logic related to tracking parent match from ControllerImpl to MatchJournal 2020-03-26 13:40:41 +03:00