#3
Add support for Windows. #4
Merged
knightpp
merged 1 commit from 2026年06月01日 16:50:22 +02:00
Verafahn/anyzls:feature/support-windows into main
Verafahn
commented 2026年05月29日 06:26:29 +02:00
Verafahn
added 1 commit 2026年05月29日 06:26:29 +02:00
knightpp
approved these changes 2026年05月29日 12:06:09 +02:00
knightpp
left a comment
Looks good. Thanks.
const subpath = try std.fs.path.join(arena, &.{ semver_str, "zls" }); should check for zls.exe or something to detect cache on windows.
Looks good. Thanks.
`const subpath = try std.fs.path.join(arena, &.{ semver_str, "zls" });` should check for zls.exe or something to detect cache on windows.
@ -24,3 +25,3 @@
.argv=args_inherit,
.environ_map=env,
});
})catch{
knightpp
commented 2026年05月29日 11:58:59 +02:00
Could you add an if above to check for https://ziglang.org/documentation/0.16.0/std/#std.process.can_replace
or switch the error on error.OperationUnsupported while returning all other error codes up to the caller
Could you add an if above to check for https://ziglang.org/documentation/0.16.0/std/#std.process.can_replace
or switch the error on `error.OperationUnsupported` while returning all other error codes up to the caller
knightpp
merged commit 2fb3ed8e01 into main 2026年06月01日 16:50:22 +02:00
knightpp
referenced this pull request from a commit 2026年06月01日 16:50:32 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
knightpp/anyzls!4
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Verafahn/anyzls:feature/support-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?