gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

.travis/check-generate.sh and go 1.3 #164

Closed vladimir-ch closed 7 years ago

vladimir-ch commented 8 years ago

.travis/check-generate.sh calls go generate but it is not supported by go 1.3 which still is in the build matrix. One option is to drop 1.3 (perhaps after 1.6 is out) or remove the script (and do the check in a git hook before pushing, for example).

kortschak commented 8 years ago

I want to drop 1.3 after 1.6 is out across the board, I just haven't gone through the issues. There are various TODOs to do with that.