duchess-rs / duchess

Silky smooth Java-Rust interop

Home Page:https://duchess-rs.github.io/duchess/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop ignoring generic arguments in the midst of a path

nikomatsakis opened this issue · comments

In #102, @fpoli modified the javap parser to skip and ignore generic arguments in paths. Short term this is perhaps ok but it seems like a problem long-term. We should implement proper support or #113 as an alternative.