volta-cli/volta

investigate a way to get backtraces independent of RUST_BACKTRACE

Open

#75 ouverte le 17 mai 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (189 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (8 309 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Backtraces would be useful for verbose diagnostics, not just for Volta maintainers. But we don't want to require Volta users to know about the RUST_BACKTRACE environment variable (and it could cause nasty interactions between Volta and other software written in Rust). Investigate if there are mechanisms for getting backtraces in the failure library (or a fork of failure) without being sensitive to that environment variable.

Guide contributeur