object-introspection icon indicating copy to clipboard operation
object-introspection copied to clipboard

CodeGen v2: Finish polymorphic inheritance support

Open ajor opened this issue 1 year ago • 0 comments

This is currently broken because the Class-IDs generated by CodeGen v1 and CodeGen v2 do not match, and TreeBuilder only understands CodeGen v1's IDs.

CodeGen v2 fixes a number of issues with the polymorphic inheritance support, however, so I don't want to force it into using the old IDs.

TODO: Add tests for polymorphic inheritance with namespaces - this was broken in v1 but should work now

ajor avatar Jul 06 '23 13:07 ajor