Skip to content

Conversation

@tlambert03
Copy link
Contributor

fixes #348

@pthom, this is the bare minimum (and can confirm it works to allow type checking externally again). Let me know if i should be generating and checking in the updated stubs as well (I supposed CI will likely tell me too)

@pthom
Copy link
Owner

pthom commented May 24, 2025

Hi,

Thanks for the PR!
Unfortunately, the CI will not run the generation. You have to run it and check in the updated stubs and C++ bindings code.

@pthom
Copy link
Owner

pthom commented May 24, 2025

You might have to discard some changes where ImTextureId was changed to ImTextureRef: these changes are for the incoming v1.92 of ImGui and were mistakenly merged to the generator options in the main branch.

Manually discard this change:
image

If too complex, I can run the generation on my side.

Thanks!

@tlambert03
Copy link
Contributor Author

Not a problem, I did run it locally and saw those extra seemingly unrelated changes, so wanted to check first. Will submit later!

@tlambert03
Copy link
Contributor Author

ok, ready for another look @pthom 👍

@pthom
Copy link
Owner

pthom commented May 25, 2025

Perfect, thanks a lot!

@pthom pthom merged commit 2ab96d4 into pthom:main May 25, 2025
29 checks passed
@tlambert03 tlambert03 deleted the fix-stub branch May 27, 2025 14:08
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.

Syntax error in imgui_bundle/implot/internal.pyi prevents type checking (of external libs) if imgui-bundle is imported

2 participants