aboutsummaryrefslogtreecommitdiff
path: root/src/bug_report.cpp
Commit message (Collapse)AuthorAgeFilesLines
* `odin report` add Windows 10 Education Edition.Jeroen van Rijn2021-11-021-0/+8
|
* Add Windows 10 Home Core detection.Jeroen van Rijn2021-11-011-0/+4
|
* Add `odin report` command to help with bug reports.Jeroen van Rijn2021-10-311-0/+641
Add new Odin command, `odin report`, which prints information helpful to resolving or reporting a bug. ``` W:\Odin> odin report Where to find more information and get into contact when you encounter a bug: Website: https://odin-lang.org GitHub: https://github.com/odin-lang/Odin/issues Useful information to add to a bug report: Odin: dev-2021-10:256bebfe OS: Windows 10 Professional (version: 20H2), build 19042.1266 CPU: AMD Ryzen 7 1800X Eight-Core Processor RAM: 65469 MiB W:\Odin> TODO: - CPU name on ARM/ARM64 ```