Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always emit hti object types if needed (#8940) | LemonBoy | 2018-09-11 | 1 | -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 |