miso-belica/diagnostics

Don't store duplicated tracebacks

miso-belica opened this issue · 0 comments

Calculate hash of traceback and store them only if there is stored no similar one. Similarity should be computed from:

  • type of excention
  • pairs for frames (filename, line number)
  • string representation of exception (maybe, because may change)