0xMiden/compiler

Reduce friction for users when reporting ICE

Open

#157 opened on 2024年3月28日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Rust (70 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (平均マージ 4d 7h) (30d で 51 merged PRs)

説明

When ICE happens, the cargo extension could gather all the context (source files, dependencies, Cargo.toml, etc.) and after asking the user's permission, generate a file(output?) that would be posted as an issue in this repo. Alternatively, the cargo extension could interactively ask the user's permission and create the issue (using gh, HTTP API, etc.) and upload all the context info (see above).

### Tasks
- [ ] Check how `rustc` deals with ICE reporting

コントリビューターガイド