qulogic commented on the pull-request: `Don't skip testdata` that you are 
following:
``
Sorry, I've had to revert this change. After applying it, it causes several 
bugs:

1. `testdata` that includes invalid Go code can cause `golist` to panic, as it 
does so when importing a directory fails.
2. Imports in `testdata` now get added as dependencies, which can break 
`%go_generate_buildrequires`, if these are non-existent.
3. `%gocheck` attempts to run tests on `testdata` code, but that's not how Go 
does it. These files may be invalid as well, causing `%check` to fail.
``

To reply, visit the link below or just reply to this email
https://pagure.io/golist/pull-request/30
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to