volta-cli/volta

investigate a way to get backtraces independent of RUST_BACKTRACE

Open

#75 aberto em 17 de mai. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (189 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (8.309 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador