summary refs log tree commit diff stats
path: root/tests/ccgbugs/thtiobj.nim
Commit message (Collapse)AuthorAgeFilesLines
* Always emit hti object types if needed (#8940)LemonBoy2018-09-111-0/+8
The compiler is now smart enough to emit types only if needed without all the importc tricks. This also fixes a codegen bug where, if all the stars align correctly, typeinfo doesn't include any definition of `TNimType` but uses it. Found by @skilchen in #8938