Skip to content

Do a search on GitHub for issues relating to a crash? #4817

@orta

Description

@orta

I'm sure I've seen this in a ruby tool ( maybe @KrauseFx's fastlane? ) but taking the 2.3.0 issue as an example:

What if we took the first 3 or 4 words from the error and searched for issues for that: so taking this issue #4748

Crashing line: NoMethodError - undefined method 'to_ary' for #<Pod::Specification name="iVersion">'
Assuming the NoMethodError is already a separate token of the error if we just did a search for undefined method to_ary:

https://github.com/CocoaPods/CocoaPods/search?q=undefined+method+%60to_ary%27&type=Issues&utf8=✓ this gives us 12 results

We could probably reduce a lot of issue churn by having it automatically search like this in the exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    d1:easyAn easy ticket that is a good start for first-time contributorss3:detailedIssues with in-depth explanations and examples that make it easier to troubleshoott1:enhancementEnhancements that have not been picked up yet. Please comment if you plan to work on it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions