www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18440] New: bugzilla should show an issue template saying:

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 puremagic.com
          Reporter: timothee.cour2 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)

--
Feb 14 2018