This repository was archived by the owner on May 23, 2024. It is now read-only.
This repository was archived by the owner on May 23, 2024. It is now read-only.
Automatically add a testcase via a comment #231
Closed
Description
Just like @rustbot
can be pinged, why not using the same with @rust-lang-glacier-bot
?
I would suggest something like this:
Hey, I found a mcve for this ICE. With this mcve it works.
fn main() { panic!() }
@rust-lang-glacier-bot add ICE https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=34dc5c9d1e14ff10ff8be22be265e7ef
Then the bot can try the playgroundand see if it ICEs and automatically adds it.
If we don't want an automatism, something like @rust-lang-glacier-bot +r
can be used, similar to @bors
.
What do you think?