Closed zimmski closed 7 years ago
is this because of #134?
could you point me to the exact location where this happens?
Yes, #134 is the reason. It works by reverting that PR.
pfu, well, ah, we need a clear separation from headerfile and generation. how exactly, dunno yet
There are cases where additional header files add additional methods to structs which in turn overwrite the previously written version of the struct because the object/lookup tables are not shared among the HeaderFile objects.
We need to move the generation and writing code of HeaderFile.handle into a separate phase, maybe in its own struct and method. Thoughts?