Mike Voronov
95b2d154ff
feat(execution-engine)!: make StreamDontHaveSuchGeneration uncatchable… ( #492 )
...
`StreamDontHaveSuchGeneration` is a catchable error that could be caught by a xor instruction and then handled by a user. But it makes no sense because this error could arise only iff smth went wrong during merging or when data is corrupted.
2023-03-02 22:22:13 +03:00
Mike Voronov
8889291af8
fix(execution-engine): treat non-defined stream as empty in canon
( #347 )
...
This PR forces `canon` instruction to treat streams as empty, it's crucial for deterministic behaviour.
Closes #346 .
2022-09-29 23:05:04 +03:00
Mike Voronov
a4011ef038
Introduce length functor ( #314 )
2022-09-08 16:58:04 +03:00
Mike Voronov
5072fba9d6
Introduce canon
instruction ( #292 )
2022-08-26 00:43:43 +03:00
Mike Voronov
69a42cf111
Introduce new for non iterable scalars ( #248 )
2022-04-20 11:43:46 +03:00
Mike Voronov
e6193ea4de
Implement fail with scalars ( #205 )
2021-12-29 19:51:18 +03:00
Mike Voronov
63160dd0f0
Refactor last error ( #202 )
2021-12-28 16:59:55 +03:00
Mike Voronov
f69b5aa728
Refactor execution errors ( #198 )
2021-12-21 11:37:35 +03:00