robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Add typealias support for namespaces and typedefs #189

Closed TheTripleV closed 4 months ago

TheTripleV commented 1 year ago

This doesn't fix what I'm working on but /shrug I wrote the code.

virtuald commented 1 year ago

Can you add a test? Thanks!

TheTripleV commented 1 year ago

Do these always get injected at struct scope? If so, at least one of these isn't legal.

virtuald commented 1 year ago

It used to be different, but I think it's all at struct scope now?