-
Notifications
You must be signed in to change notification settings - Fork 27
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
Windows Support #30
Comments
I agree it sounds reasonable to support the Windows platform as well. As for |
GitHub Actions?
I don't have any stats to share. Chocolatey is definitely very popular, it's been around for long time. |
Ok, I got it. Winget from this point of view looks very attractive. @mloskot thank you for the clarification! |
|
FWIW based on the target audience and the amount of work required for maintainers who might not target Windows machine I'd start by insuring there is a binary that works with Windows Subsystem for Linux (WSL) and would thus also benefit from the existing PS: seems to be the case since 1.2.0 then fixed in 1.2.1 then IMHO this issue should reflect that and the documentation updated accordingly. |
$ xq.exe
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall()
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sys_windows_amd64.s:65 +0x75 fp=0x22fca0 sp=0x22fc80 pc=0x46bf15
rax 0x0
rbx 0xbae720
rcx 0xc01b40
rdi 0x7fffffde000
rsi 0x22fea0
rbp 0x22fde0
rsp 0x22fc78
r8 0x0
r9 0x22fee0
r10 0xbd3a78
r11 0x21
r12 0x22fec0
r13 0x1
r14 0xbae0c0
r15 0x0
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b |
@sergeevabc Thank you for notifying about this! Unfortunately, they've decided to stop supporting Windows 7. |
Problem Statement
Would it be possible to release Windows binary too?
If there is one available, then I'm willing to submit package
sibprogrammer.xq
to https://github.com/microsoft/winget-pkgsI think it would be great if
xq
is available viawinget install --id sibprogrammer.xq
on Windows and becomes part of the tools company together with https://github.com/stedolan/jq and https://github.com/mikefarah/yq which are already packaged for winget.The text was updated successfully, but these errors were encountered: