You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use always_decimal parameter, but then it gives another error 'path index for an array must resolve to a long or int; item 0 is a "double"' because the path index in out[0] is also converted to double.
If I try to assign a constant whole number to a variable of type double, it works with Titus:
But it gives error 'Assignment conversion not possible from type "int" to type "java.lang.Double"' in Hadrian:
PFA file:
I tried to use always_decimal parameter, but then it gives another error 'path index for an array must resolve to a long or int; item 0 is a "double"' because the path index in out[0] is also converted to double.
PFA file:
How can I force aurelius to use always_decimal only in the places where required?
The only workaround I see at the moment is to manually change the exported .pfa file (make sure that 0 is printed as 0 and 5 as 5.0).
The text was updated successfully, but these errors were encountered: