-
Notifications
You must be signed in to change notification settings - Fork 16
Automatically generate pyi stubs for built extensions #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Sad, fails on OSX because of relinking related issues. |
Looks like the std::function in
Actually, looks like none of those include |
Filed a bug about this at the stubgen repo: sizmailov/pybind11-stubgen#33 |
Fixed OSX with this latest push. Newest version of pybind11-stubgen now complains about invalid stubs, so that makes them easier to find. However, there's a lot of them... :( |
d354d5e
to
a6d8842
Compare
Looks like it's failing on Windows, the error was getting ignored previously. :( |
Say @TheTripleV , any chance you can take a look at this Windows issue... :-D |
Sure, do I just pick a robotpy repo and build it using this branch of rpybuild? |
The github actions for this repo fail, so that should be sufficient. tests/run_tests.py I think. |
Looks like it only fails on Python 3.8? |
|
Upgraded to latest stubgen. |
wtf black |
cd986ce
to
d4c92d5
Compare
Currently blocked on: |
d4c92d5
to
1153e14
Compare
Huh, the Ubuntu ci failed exactly where the Windows 3.8 one did. |
db35de9
to
11a7f3b
Compare
4fc6792
to
efedad8
Compare
... I haven't really tried this yet with anything other than the demo, so YMMV.