orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

loader: ensure that type-resolution methods return a type from the receiver's registry #59

Closed doudou closed 9 years ago

doudou commented 9 years ago

Some methods (namely, the ones that do opaque-related resolutions) query imported typekits for types, which in turn return types from the typekit's registry, not the loader's

Resolve the type locally to fix this.

2maz commented 9 years ago

ok