Skip to content

Fix bad format IID in VTableItem.WriteVTableMap - #2481

Open
Avasam wants to merge 10 commits into
mhammond:mainfrom
Avasam:Fix-bad-format-IID-in-VTableItem.WriteVTableMap
Open

Fix bad format IID in VTableItem.WriteVTableMap#2481
Avasam wants to merge 10 commits into
mhammond:mainfrom
Avasam:Fix-bad-format-IID-in-VTableItem.WriteVTableMap

Conversation

@Avasam

@Avasam Avasam commented Feb 24, 2025

Copy link
Copy Markdown
Collaborator

UNTESTED !!!
But it makes sense to me, repr in repr will cause IID to be stringified, and strings to double up on quotes.
Not sure how to add tests for this.

Closes #714

@Avasam
Avasam force-pushed the Fix-bad-format-IID-in-VTableItem.WriteVTableMap branch from c9f705d to 1e5aa05 Compare February 24, 2025 01:21
@Avasam
Avasam force-pushed the Fix-bad-format-IID-in-VTableItem.WriteVTableMap branch from 1e5aa05 to b45f557 Compare February 24, 2025 01:23
@Avasam
Avasam requested a review from mhammond March 20, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

makepy generates a bad format IID for a vtable function returning an object derived from IDispatch.

1 participant