com-lihaoyi / utest

A simple testing framework for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fold stackoverflow errors

lihaoyi opened this issue · comments

We should be able to collapse them using an algorithm like https://cs.stackexchange.com/questions/102463/looking-for-an-algorithm-to-identify-contiguous-repeated-series-of-lines-in-a-lo, making it much easier to debug them without constantly scrolling through thousands of lines of duplicate stack frames