gonum / blas

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

Harmonise blas panic messages: part 1 #66

Closed kortschak closed 9 years ago

kortschak commented 9 years ago

Make all cblas panics prefix with "blas:".

kortschak commented 9 years ago

Part 2 is more manually intensive, @btracey.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 9fdb9e00134738f56f631805477e67ad4dab8e96 on panics into a60c9e1ee40c0267eb5a10ac9b60895b8bd86863 on master.

btracey commented 9 years ago

LGTM.

Sorry the goblas ones are inconsistent.

kortschak commented 9 years ago

No worries. It will just take longer I guess.