summary refs log tree commit diff stats
path: root/tests/vm/tconstobj.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix VM conversion to var type [bugfix] (#11866)Oscar Nihlgård2019-08-011-0/+5
|
* Object downconversion in VM should not copy (#10378)LemonBoy2019-01-221-0/+17
| | | | | | Hopefully the type-check phase already rejected all the invalid conversions by the time we execute the VM bytecode. Problem reported by chrisheller on the Nim Forum
* megatest can be executedArne Döring2018-12-111-4/+18
|
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
|
* fixes #3195Araq2015-09-101-2/+24
|
* fixes #2774Araq2015-06-061-0/+14