Fix std.math.cast
, std.ChildProcess
, tests on Windows and enable Windows in CI
#496
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The length of time ZLS has been unbuildable with zig master has gotten rather long and there has been multiple PRs to fix it each with a different set of patches...
std.ChildProcess
and tests are brokenstd.ChildProcess
, tests are broken and doesn't fixstd.math.cast
std.math.cast
std.math.cast
The test "Missing return type" is not a good test as the expected result is dependant on the content of zls.json on the host machine, so I have commented it out.
The test "Open file, ask for semantic tokens" uses a file uri that is invalid on windows, I've changed it to the the same file uri as the other tests.
With these changes the tests pass on windows and can be enabled in the CI.
Fixes #491
Fixes #483