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

Gen IR Diagnostic Collection #26

Open
NinjaLikesCheez opened this issue Apr 19, 2023 · 0 comments
Open

Gen IR Diagnostic Collection #26

NinjaLikesCheez opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NinjaLikesCheez
Copy link
Collaborator

When issues occur with Gen IR, we often have to ask for various artifacts from the user - these range from the 'easy' like a debug log, build log, etc to the more tricky like xcode project files, podfiles, etc.

Add a new command 'diagnose' that:

  • runs the debug gen-ir and collect it's stdout to a file
  • packages artifacts into a folder that can be given to a maintainer for investigation:
    • xcodebuild log
    • project files
    • podfile
    • podspec
  • Grabs system information:
    • OS Version
    • Xcode version

Most importantly, be obvious and clear about what is being collected so the user can make an informed choice about what to hand over.

@NinjaLikesCheez NinjaLikesCheez self-assigned this Apr 19, 2023
@NinjaLikesCheez NinjaLikesCheez added the enhancement New feature or request label Apr 19, 2023
@NinjaLikesCheez NinjaLikesCheez removed their assignment Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant