DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.73k stars 633 forks source link

String to Integer conversion adds decimals to integer #14160

Closed andydandy74 closed 3 days ago

andydandy74 commented 1 year ago

Dynamo version

2.18.1.5096

Operating system

Windows 11

What did you do?

Converted an integer to a string using various methods

What did you expect to see?

This is how it looked in previous versions (in this case 2.16.x): grafik

What did you see instead?

It looks like the integer is converted to a double before being converted to a string: grafik

QilongTang commented 1 year ago

Internally linked with https://jira.autodesk.com/browse/DYN-5965

andydandy74 commented 1 year ago

After stumbling across #13861 I see now that this is "only" an issue with what is shown in the preview bubble:

grafik

avidit commented 3 days ago

fixed by https://github.com/DynamoDS/Dynamo/pull/14369