getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
367 stars 68 forks source link

Added note on case insensitivity of cross module refs #111

Closed mitsuhiko closed 2 years ago

mitsuhiko commented 2 years ago

I was trying to figure out how cross module reference work again and came across that the user of the crate needs to manually handle the casing here. We do however not document this currently and this is easy to miss. Added a note to the place where I figured it might be most likely read.

mstange commented 2 years ago

Looks good to me.

jan-auer commented 2 years ago

Thank you!