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

win/os_env_exists(): workaround libuv bug #10734

Merged
merged 1 commit into from
Aug 10, 2019

Conversation

justinmk
Copy link
Member

@justinmk justinmk commented Aug 10, 2019

os_env_exists() fails on MSVC build:

os_env_exists:104: uv_os_getenv(EMPTY_VAR) failed: -4094 UNKNOWN

ref 396a394#r34642361

os_env_exists() fails on MSVC build:
    os_env_exists:104: uv_os_getenv(EMPTY_VAR) failed: -4094 UNKNOWN

- Revert 396a394
- HACK: Windows: return TRUE if uv_os_getenv() returns UV_UNKNOWN, until
  libuv bug is fixed: libuv/libuv#2413

ref neovim@396a394#r34642361
@justinmk justinmk merged commit 278c5d4 into neovim:master Aug 10, 2019
@justinmk justinmk deleted the win-env-hack branch August 10, 2019 09:48
@erw7 erw7 mentioned this pull request Sep 11, 2019
1 task
blueyed added a commit to blueyed/neovim that referenced this pull request Sep 12, 2019
blueyed added a commit to blueyed/neovim that referenced this pull request Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant