Skip to content

Pretty Tracebacks and Concurrency

Pre-release
Pre-release
Compare
Choose a tag to compare
@ForeverWintr ForeverWintr released this 29 Jun 07:22
· 232 commits to master since this release
b13ecb2

This release adds the following features:

  • util.highlight_current_function: Called from within a bound MetaFunction, returns a string identifying where in the function pipeline the function is.
  • Pretty tracebacks: By default, function location is appended to exceptions in child functions, using the above method
  • util.concurrent and the concurrent module: Add a subclass of FunctionMerge that executes each of its functions in parallel.