metaplex-foundation / shank

Extracts IDL from Solana Rust contracts
https://docs.rs/crate/shank_macro/latest
116 stars 23 forks source link

Fix: module collision #45

Closed stegaBOB closed 1 year ago

stegaBOB commented 1 year ago

If there are multiple modules with the same name in a crate (which is possible as long as they are in separate scopes), the last one processed will overwrite the initial. This fix just expands the modules key to use the path instead.