Buglet: format "~$" on negative numbers prints two "-" signs
29 May
2018
29 May
'18
5:57 a.m.
ABCL> (format nil "~$" -2.34) --2.34 I've fixed this locally by modifying 'format-dollars' to call 'abs' on the first argument to 'sys::flonum-to-string'. -- Scott
30 May
30 May
6:49 a.m.
On May 29, 2018, at 07:57, Scott L. Burson <Scott@sympoiesis.com> wrote:
ABCL> (format nil "~$" -2.34) --2.34
I've fixed this locally by modifying 'format-dollars' to call 'abs' on the first argument to 'sys::flonum-to-string'.
-- Scott
Patched as <https://abcl.org/trac/changeset/15124>. Thanks for the note, Mark
2443
Age (days ago)
2444
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mark Evenson
-
Scott L. Burson