-
Notifications
You must be signed in to change notification settings - Fork 3
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
Specifying directory path in Inspectify #37
Comments
Furthermore, it would appear that it is trying to run |
I think you're on to something here! I never knew about this, good find! It would explain why this issue only appears on some systems. The fix, I believe, would be to determine if the executable referred to in the script is a relative path, and if so, append that to the I've drafted a possible fix, but can't test it on Windows just now. |
Closes #37, see the issue for more details.
I have just checked pr #40, I unfortunately still encounter an OS Error on my Windows 10 machine, in this case, I have tried to fix the issue in my More specifically, it prepends the user described I can create a pull request for it, if it is of interest? |
Sorry for the delay @martin045k, but this seems great! If you are still up for it, please feel free to open a PR, and I can try to dig a little deeper so we can get this fixed! |
Thanks 😄 I've opened a PR (#48) for the issue, though please be aware, that it is not fully up-to-date with |
It would appear that, at least on Windows, if one runs Inspectify with a directory argument, then it is unable of running the F# code. However, if Inspectify is run from the directory containing the F# code, then Inspectify will run as expected.
The screenshots below tested on a fresh F# starter project hopefully provide some information regarding the issue in question:
This is the command used to run Inspectify:
This is the error yielded by Inspectify:
Finally, when running Inspectify from the folder with the source, it works as expected:
The text was updated successfully, but these errors were encountered: