avsa242 / p2-spin-standard-library

A curated collection of essential Spin2 objects
MIT License
3 stars 3 forks source link

string.integer: HexToStr hangs #3

Closed avsa242 closed 4 years ago

avsa242 commented 4 years ago

The HexToStr() method currently hangs, so methods that use it do as well. Adding to it a call to another method (any) seems to make it work. It seems to be a bug in fastspin, but this has yet to be proven. A temporary workaround has been added: the first statement of the HexToStr method now calls an empty method aptly called NoOp(), which simply returns nothing.