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

Ignore more errors in go list #131

Closed
wants to merge 1 commit into from
Closed

Ignore more errors in go list #131

wants to merge 1 commit into from

Commits on Sep 8, 2019

  1. go/packages: Ignore more errors in go list

    Adds some hacks to work around go list bugs causing golang/go#31462 and
    golang/go#32755.
    
    In addition, appends error messages generated in this manner to stdout instead
    of discarding stdout entirely, and ensures that this does not cause a
    conflicting package error by adding an internal field to packageJson.
    sauyon committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    fdded40 View commit details
    Browse the repository at this point in the history