Autodesk / AutomaticComponentToolkit

A toolkit to automatically generate software components: abstract API, implementation stubs and language bindings
BSD 2-Clause "Simplified" License
39 stars 22 forks source link

[cgo] Component Injection does not work properly #127

Open alexanderoster opened 4 years ago

alexanderoster commented 4 years ago

Component injection works only with slight custom editing of the headers and passing raw Refs around, but this is not a good long-term solution. We have no good concept for it now, because it might also involve to include one header by the other header and then use something like go modules to handle the dependencies.

Any help would be super appreciated.

qmuntal commented 4 years ago

Could you elaborate on your use case for using component injection?