Hello everybody, I submit a new proposal for changing how one can obtain a stack trace when handling errors.
TL;DR Replace the use of System.get_stacktrace() with a pseudo-variable __STACKTRACE__ similar to __MODULE__ or __CALLER__ available only inside catch and rescue clauses of the try expression. Full proposal: https://github.com/elixir-lang/elixir/issues/7097 Michał. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/baf9d26a-429d-42c5-8945-4ada593fb953%40Spark. For more options, visit https://groups.google.com/d/optout.
