Papierkorb / bindgen

Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179 stars 18 forks source link

Improve Graph::Path #81

Closed HertzDevil closed 4 years ago

HertzDevil commented 4 years ago

This fixes all the issues in #80, makes local lookup more robust, and handles nested generic names.

I also added a Path#join method, since there are a few places in the source code where I would like to replace strings with paths. Path.from is now based on #join as well.

Papierkorb commented 4 years ago

Cheers 👍