Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report Tool] Report installation folder structure #12425

Merged
merged 4 commits into from
Jul 20, 2021

Conversation

mykhailopylyp
Copy link
Contributor

@mykhailopylyp mykhailopylyp commented Jul 19, 2021

Summary of the Pull Request

What is this about:

What is include in the PR:

How does someone test / validate:

  • Install 0.44.4
  • Build Bug Report Tool
  • Copy BugReportTool.exe to C:\Program Files\PowerToys\Tools
  • Run bug report tool
  • Find difference between your installationFolderStructure.txt and the one posted here
    installationFolderStructure.txt

Quality Checklist

  • Linked issue: [BugReportTool] Install location contents #12148
  • Communication: I've discussed this with core contributors in the issue.
  • Tests: Added/updated and all pass
  • Installer: Added/updated and all pass
  • Localization: All end user facing strings can be localized
  • Docs: Added/ updated
  • Binaries: Any new files are added to WXS / YML

Contributor License Agreement (CLA)

A CLA must be signed. If not, go over here and sign the CLA.

@mykhailopylyp mykhailopylyp added the Area-Bug Report Tool Issues around the Bug Report Tool from PowerToys label Jul 19, 2021
@microsoft microsoft deleted a comment from github-actions bot Jul 19, 2021
@microsoft microsoft deleted a comment from github-actions bot Jul 19, 2021
#include <common/utils/winapi_error.h>

using namespace std;
using std::filesystem::directory_iterator;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: btw we could do namespace aliases, e.g. using fs = std::filesystem

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to use acronyms for namespaces' names

tools/BugReportTool/BugReportTool/InstallationFolder.cpp Outdated Show resolved Hide resolved
@mykhailopylyp mykhailopylyp marked this pull request as ready for review July 19, 2021 13:53
Copy link
Collaborator

@jaimecbernardo jaimecbernardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!
I think this will serve its purpose.

@mykhailopylyp mykhailopylyp merged commit 9179766 into microsoft:master Jul 20, 2021
@mykhailopylyp mykhailopylyp deleted the issue-12148 branch July 20, 2021 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Bug Report Tool Issues around the Bug Report Tool from PowerToys
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants