General

Profile

heftig (Jan Steffens)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

12/03/2015

12:43 AM Ruby master Bug #11766: sprintf formatting Rationals as floats produces garbage
Another case:
~~~
"ABC%8.1fDEF" % [1r]
~~~
Expected:
~~~
"ABC 1.0DEF"
~~~
Actual result:
~~~
...
heftig (Jan Steffens)
12:39 AM Ruby master Bug #11766 (Closed): sprintf formatting Rationals as floats produces garbage
Test case:
~~~
"%8.1f %8.1f" % [1r, 1r]
~~~
Expected:
~~~
" 1.0 1.0"
~~~
Actual result:
~...
heftig (Jan Steffens)

Also available in: Atom