Fix windows compatibility #31
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl!31
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
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?
Set UTF-8 code page to prevent TUI garbled text on Windows.
Replace /dev/tty with CONOUT for console output.
Switch ZMQ transport from IPC to TCP, as IPC is not supported on Windows.
Superseded — thanks @Yihuki. The Windows compatibility work in this PR has now landed on
2.0-integration, ported to the current structure (the gate was extracted into a standaloneKaimonGatepackage andgate.jl/gate_client.jlwere split after this PR was opened, so it couldn't merge as-is):8ce7def(#41)./dev/tty→CON— already in via #40.Your approach (especially the fixed-port IPC→TCP switch) was the basis for the port. Closing as superseded; details and a request for Windows verification are in #41.
Pull request closed