robotpy-cppheaderparser icon indicating copy to clipboard operation
robotpy-cppheaderparser copied to clipboard

Gives (mostly) useless results for structs nested within classes

Open auscompgeek opened this issue 5 years ago • 1 comments

Encountered when I was working on robotpy-rev. Struct in question is rev::CANSparkMax::ExternalFollower.

  • The struct gets listed as a class at the header level, as well as in the class nested classes list.
  • Any method parameters that use the nested struct as its type are "unresolved".

auscompgeek avatar Jan 15 '19 11:01 auscompgeek

Yeah. There's a lot of badness related to namespaces and scopes. It's a wonder this thing works at all.

virtuald avatar Sep 27 '19 06:09 virtuald