Skip to content

Consider removing stacktrace support #2

@sparkofreason

Description

@sparkofreason

hashtag currently provides a mechanism to process and return the stacktrace.
However, unlike local bindings, stacktrace is available at runtime
(vs. compile-time), and so can be grabbed by a custom handler function.
Benefits:

  • Removes the only dependency (clj-tacktrace) from hashtag
  • Allows handler authors to process stacktraces as required, based
    on the environment, other tooling, whatever, rather than forcing
    default choices (e.g. dropping the first 3 frames by default.)
  • Simplifies extension of hashtag to ClojureScript (ClojureScript support #1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions