effect icon indicating copy to clipboard operation
effect copied to clipboard

Error improvements

Open schickling opened this issue 2 years ago • 0 comments

  • [ ] Compact error traces (e.g. for parallel interruption)
  • [ ] Have CI reports for various runtimes (Node, Deno, Bun, Browser via Playwright for screenshots, ...)
  • [ ] Better browser error logging via console.table, ...
  • [ ] #1319
  • [ ] Generate error reports (e.g. as .html page in a .effect dir)
  • [ ] Include span names in stack traces
  • [ ] Separate error printing if there are multiple errors
  • [ ] Embed relevant code snippet in error log (e.g. like Rust does)

Future

  • [ ] Interactive error repl

schickling avatar Jan 08 '23 12:01 schickling