-
Notifications
You must be signed in to change notification settings - Fork 4
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
port uuid #4
port uuid #4
Conversation
I want to try again from a clean version and add type hints from https://github.com/python/typeshed/blob/main/stdlib/uuid.pyi first, seeing what's left to add after that. Also, this gets all the way to |
@tusharsadhwani does this work on your machine? |
Hey! Thanks for the port. Why didn't I think of using typeshed (and Microsoft's stubs) before! That error is probably because of a bug in the build script. I'll take a look later today. |
@thuibr $ ./build.py test_compiled uuid
EEEEEssE.F.ssEEEEEssE.....EEEEEEsEsssEs...E..EEEEEEsEsssEs...E
[...]
FAILED (failures=1, errors=30, skipped=16) |
Thank you for fixing that. I'm taking a look at the errors. I'm looking at the last one that shows up for me:
I reckon that |
Sorry for the silence, I'll look into this later this month! |
No worries! Maybe the folks at the mypyc project would have a solution. |
No description provided.