terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Stop reusing imported Clang types #640

Closed elliottslaughter closed 11 months ago

elliottslaughter commented 11 months ago

Testing a potential fix for the issue described in https://github.com/terralang/terra/issues/553#issuecomment-1693667333. This simply removes all attempts to reuse Clang types. I seem to recall this had some drawback, but at least it's passing my local tests. This is a riskier change so I want to do more validation.