summary refs log tree commit diff stats
path: root/tests/misc/t8404.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #8404 JS backend doesn't handle float->int type conversion (#15950) ↵Bung2020-11-131-0/+33
[backport] * Fix #8404 JS backend doesn't handle float->int type conversion * handle conv to uint as cast, discard other cases * limit to int32, times use int64 * toInt including tyInt64 break times timezones lib, ignore for now * also affect to vm * move to tests/misc/t8404.nim