volta-cli/volta

investigate a way to get backtraces independent of RUST_BACKTRACE

Open

#75 创建于 2018年5月17日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (189 fork)batch import
enhancementgood first issue

仓库指标

Star
 (8,309 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南