project-rig / rig

A collection of tools for developing SpiNNaker applications.
GNU General Public License v2.0
4 stars 0 forks source link

Warn when saturating values #239

Closed mundya closed 8 years ago

mundya commented 8 years ago

Modifies the typecast methods so that they warn when a value has been saturated. This is mostly intended as being a useful heads-up for developers rather than something most users will encounter.

Thoughts @mossblaser, @neworderofjamie?

mossblaser commented 8 years ago

Seems legit to me, though I don't often use this stuff! :)

mundya commented 8 years ago

Closing this on the basis that I should do something better.