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

'findExecutable' "" should return Nothing, like on linux #186

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

hasufell
Copy link
Member

Fixes #180

(OsString <$>) <$>
Win32.searchPath Nothing binary (Just (getOsString exeExtension))
searchPathEnvForExes (OsString binary) = search `catch` \e ->
if ioeGetErrorType e == InvalidArgument
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the only user-supplied argument is the filename, this is granular enough.

@Rufflewind
Copy link
Member

Thanks!

@Rufflewind Rufflewind merged commit 7582869 into haskell:master Aug 28, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: findExecutable "" should return Nothing, like on linux
2 participants