FS#61585 - [go] go test all fails as the testsuite is not packaged
Attached to Project:
Community Packages
Opened by Allen Li (darkfeline) - Wednesday, 30 January 2019, 22:18 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 03 September 2019, 20:19 GMT
Opened by Allen Li (darkfeline) - Wednesday, 30 January 2019, 22:18 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 03 September 2019, 20:19 GMT
|
Details
Description: go needs to include the test subdir for the
stdlib tests to pass, such as when running go test all.
Additional info: For reference: https://github.com/golang/go/issues/29713 Steps to reproduce: |
This task depends upon
Closed by Morten Linderud (Foxboron)
Tuesday, 03 September 2019, 20:19 GMT
Reason for closing: Implemented
Tuesday, 03 September 2019, 20:19 GMT
Reason for closing: Implemented
Assigning, to get the package maintainers' perspectives on this.
(Please remember to fill in useful bug summaries.)
My interpretation of the current discussion is that users should expect to need everything included in the official Go distribution. So long as the official Go distribution includes the test/ subdir, we should be including it also. There may be "lite" Go distributions without the test/ subdir, in which case if Arch decides to base the go package off one of these "lite" distributions, we would not be getting the test/ subdir.
(My understanding of the Arch philosophy is that the community version of go would keep being the full Go distribution, and any "lite" Go distribution would be relegated to the AUR.)