Fix typechecking in incremental mode. Cache type collector and smartly cache session token.

Keep cached session token with regard to aspect clique.
Keep type collector object in the typechecking cache.
The rationale: in incremental mode the parameters passed to query template are ignored, and essentially the parameters passed to the original query are re-used.
This commit is contained in:
Fedor Isakov 2019-10-19 22:19:53 +02:00
parent 6af78d1b94
commit b2139c4648
1 changed files with 618 additions and 201 deletions