summary refs log tree commit diff stats
path: root/tests/async/tasync_traceback.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed testsYuriy Glukhov2018-06-061-5/+21
* Review comments addressed. More thorough line info tracking.Yuriy Glukhov2018-05-101-2/+2
* Fix tasync_traceback test.Dominik Picheta2018-01-111-0/+1
* Use regex to match output of tasync_traceback.Dominik Picheta2018-01-111-60/+69
* Simplify async traceback processing.Dominik Picheta2017-12-281-29/+43
* No need to recurse now that mergeEntries doesn't do any pattern matching.Dominik Picheta2017-12-281-2/+2
* Show only detailed async tracebacks.Dominik Picheta2017-12-281-10/+17
* Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.Dominik Picheta2017-12-281-0/+1
* Go through the re-raise stacks for more detailed tracebacks.Dominik Picheta2017-12-281-3/+44
* Refine the async tracebacks.Dominik Picheta2017-12-281-5/+12
* Implement some simple pattern-based transformation for async tracebacks.Dominik Picheta2017-12-281-0/+46