-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue with running the code #1
Comments
On Fri, Mar 15, 2024 at 9:36 AM teodoramilanovic ***@***.***> wrote:
Hi @Vizonex <https://github.com/Vizonex> , I tried to use your repo to
generate stubs and I saw that there are issues with the constructor of the
PyWriter itself. Its constructor doesn't take 2 arguments. It seems to me
like there are some missing changes that you've never committed. Can you
please help me understand your code a bit more?
Here is the output of my terminal when I try to run stub generator on some
simple cython example.
image.png (view on web)
<https://github.com/Vizonex/CyStub/assets/64530200/f4e4f83d-2fad-4cd6-b9ad-d3b46ddf39d6>
Thanks a lot!
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3K7GGX6SOYHCOA234SZ6U3YYMBNZAVCNFSM6AAAAABEYDZNR2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DQNRXGQ2DMNI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
So I could go in and try to fix the problem your having when I have the
time to but basically I abandoned this project due to the sheer amount of
time that I had to put into it. After attempting to make a pull request to
Cython for it. It almost seemed as if it would never pass so I stopped
trying. But maybe I will go back to this in the future.
|
I think what would be helpful if I decide to make a return is additional stub files being made for Cython's Visitors and compilers so that I'm not having to guess what types are being used since the last time I did this it felt like I was playing a guessing-game of will this work. |
I understand. Thank you for the feedback anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Vizonex , I tried to use your repo to generate stubs and I saw that there are issues with the constructor of the
PyWriter
itself. Its constructor doesn't take 2 arguments. It seems to me like there are some missing changes that you've never committed. Can you please help me understand your code a bit more?Here is the output of my terminal when I try to run stub generator on some simple cython example.
Thanks a lot!
The text was updated successfully, but these errors were encountered: