Closed christianrickert closed 2 years ago
This regression was fixed in the ImageJ 1.53t7 daily build.
@rasband Where can I find the source changes for this fix (diff)?
Where can I find the source changes for this fix (diff)?
https://github.com/imagej/ImageJ/commit/dd2eb0ac8cecaad99ce0f0f5046731c6b8247bb7
Thank you very much!
The ImageJ macro
toString("abc")
returns:"abc"
in ImageJ v1.53r (and earlier), but surprisingly"NaN"
in ImageJ v1.53s.The change might be related to the changes announced in the ImageJ Release Notes:
While I prefer the current implementation (it's cleaner), the return value for non-numeric strings should be clearly stated in the Built-in Macro Functions.
Originally reported here: https://github.com/fiji/fiji/issues/308.