You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
With the usage of panic in the cases of errors, it is now possible to implement testing for these errors using recover. this should be implemented for all panicing cases in gocrunch/mat, and should be demanded of all future modules.
Acceptance Criteria:
The errors in the mat library have been converted into a global slice of strings (similar to the errStrings slice in gocrunch/vec).
All panic cases in the mat library are tested, and the correct error message is thrown.
With the usage of panic in the cases of errors, it is now possible to implement testing for these errors using
recover. this should be implemented for allpanicing cases ingocrunch/mat, and should be demanded of all future modules.Acceptance Criteria:
matlibrary have been converted into a global slice of strings (similar to theerrStringsslice ingocrunch/vec).matlibrary are tested, and the correct error message is thrown.