Skip to content
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

Does not work on windows #588

Closed
isfandyar01 opened this issue Jul 3, 2023 · 8 comments
Closed

Does not work on windows #588

isfandyar01 opened this issue Jul 3, 2023 · 8 comments
Labels
question Further information is requested

Comments

@isfandyar01
Copy link

I am having trouble setting vim doge on windows.I got it working on accident on linux but on windows i have no luck.
I even tried npm install and npm run build in doge folder

@isfandyar01 isfandyar01 added the question Further information is requested label Jul 3, 2023
@kkoomen
Copy link
Owner

kkoomen commented Jul 8, 2023

Hi.

Yes, unfortunately there are issues on windows because of node-gyp building issues, but I am working on vim-doge v4 which gets rid of all NodeJS code and has been rebuild from scratch in Rust, introducing a much better structure for the project. This allows docblocks to be generated way faster and supports all systems possible, including windows. The rewrite was done because of many reasons, one of them to support windows again, but unfortunately I didn't had time until a week ago.

Once v4 has been released, I'll mention it here as well to keep you updated.

@kkoomen
Copy link
Owner

kkoomen commented Jul 9, 2023

@isfandyar01 v4 has been released just now. Can you try to open vim, then run :call doge#install() and then test again?

@isfandyarIOT
Copy link

sure testing now

@isfandyarIOT
Copy link

does not work even when running command DogeGenerate numpy give me nothing

@kkoomen
Copy link
Owner

kkoomen commented Jul 10, 2023

@isfandyar01 I need more information than just "it's giving me nothing".

  • What shell are you using?
  • What is the output of vim --version?
  • Does bin/vim-doge-helper exists inside your local vim-doge folder? (if not, run :call doge#install())
  • What code are you testing on?
  • Are you run DogeGenerate numpy, do you get any errors or other messages appearing?

Please provide me with all information in order me to properly reproduce the problem you're facing.

@isfandyarIOT
Copy link

  • windows powershell
    -nvim version 0.9.1
    -yes vim-doge-helper exists
    -python and c file
  • i get no error or any other message

@A-H4NU A-H4NU mentioned this issue Jul 12, 2023
2 tasks
@kkoomen
Copy link
Owner

kkoomen commented Jul 24, 2023

Fixed by #593

@kkoomen kkoomen closed this as completed Jul 24, 2023
This was referenced Jul 24, 2023
@kkoomen
Copy link
Owner

kkoomen commented Jul 24, 2023

This fix has been released in v4.1.0, enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants