[Issue 18440] New: bugzilla should show an issue template saying: paste output of `dmd -main -Xf=- -Xi=buildInfo -Xi=compilerInfo`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 15 06:43:41 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18440
Issue ID: 18440
Summary: bugzilla should show an issue template saying: paste
output of `dmd -main -Xf=- -Xi=buildInfo
-Xi=compilerInfo`
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P1
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: timothee.cour2 at gmail.com
bugzilla should show an issue template saying:
```
paste output of `dmd -main -Xf=- -Xi=buildInfo -Xi=compilerInfo`
```
so we have all the context needed (cf
https://github.com/Homebrew/brew/issues/new but simpler for user and better)
maybe we could simply add `-Xi=bugreport` which shows all info potentially
useful for getting context for a bug report (git hashes of dmd/druntime/phobos,
more detailed environment etc)
--
More information about the Digitalmars-d-bugs
mailing list