You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix getDPIExports() dropping exports that share a C identifier (MikePopoloski#1924)
- Remove the shouldRecordResolved skip in checkDPIMethods so every
resolved DPI export is recorded, not just the first per C identifier
- Keep the signature check and the same-scope DPIExportDuplicateCId error
- Add a test for a module instantiated twice under one C identifier
FixesMikePopoloski#1923
0 commit comments