Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable fusing of slice function (see #257). Fixes:
* Streaming causing bounds to not be checked, thus not failing slicing. Which differed from the semantics of `slice` when compiled with -O0 * Out of memory explosion when size supplied to `slice` is too high
- Loading branch information