-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Milestone
Description
Hi
I compiled it on my windows machine with just release-local
There was no compilation errors outside of initial changes to justfile to use my pwsh as shell and variable passing. And xz installation
How do I check if it works?
I tried to invoke it in terminal - got error (I checked, file exists)
> .\expert_windows_amd64.exe
Failed to open arguments file "C:\Users\╨Р╤А╤В╨╡╨╝\AppData\Local\.burrito\expert_erts-16.2_0.1.0\releases\0.1.0\vm.args" at "C:\Users\└ЁЄхь\zig_projects\expert\apps\expert\burrito_out": No such file or directory
Usage: erl [-version] [-sname NAME | -name NAME] [-noshell] [-noinput] [-env VAR VALUE] [-compile file ...] [-start_erl [datafile]] [-make] [-man [manopts] MANPAGE] [-x] [-emu_args] [-start_epmd BOOLEAN] [-emu_type TYPE] [-emu_flavor FLAVOR] [-args_file FILENAME] [+A THREADS] [+a SIZE] [+B[c|d|i]] [+c [BOOLEAN]] [+C MODE] [+dcg DECENTRALIZED_COUNTER_GROUPS_LIMIT] [+h HEAP_SIZE_OPTION] [+J[Pperf|Msingle] JIT_OPTION] [+M<SUBSWITCH> <ARGUMENT>] [+P MAX_PROCS] [+Q MAX_PORTS] [+r] [+rg READER_GROUPS_LIMIT] [+s<SUBSWITCH> SCHEDULER_OPTION] [+S NO_SCHEDULERS:NO_SCHEDULERS_ONLINE] [+SP PERCENTAGE_SCHEDULERS:PERCENTAGE_SCHEDULERS_ONLINE] [+T LEVEL] [+V] [+v] [+W<i|w|e>] [+z MISC_OPTION] [args ...]
I tried to pass it to zed by next construction, it was failing.
"lsp": {
"expert": {
"binary": {
"path": "C:/Users/Артем/zig_projects/expert/apps/expert/burrito_out/expert_windows_amd64.exe"
}
}
}
Language server expert:
initializing server expert, id 19: Server reset the connection
-- stderr --
Usage: erl [-version] [-sname NAME | -name NAME] [-noshell] [-noinput] [-env VAR VALUE] [-compile file ...] [-start_erl [datafile]] [-make] [-man [manopts] MANPAGE] [-x] [-emu_args] [-start_epmd BOOLEAN] [-emu_type TYPE] [-emu_flavor FLAVOR] [-args_file FILENAME] [+A THREADS] [+a SIZE] [+B[c|d|i]] [+c [BOOLEAN]] [+C MODE] [+dcg DECENTRALIZED_COUNTER_GROUPS_LIMIT] [+h HEAP_SIZE_OPTION] [+J[Pperf|Msingle] JIT_OPTION] [+M<SUBSWITCH> <ARGUMENT>] [+P MAX_PROCS] [+Q MAX_PORTS] [+r] [+rg READER_GROUPS_LIMIT] [+s<SUBSWITCH> SCHEDULER_OPTION] [+S NO_SCHEDULERS:NO_SCHEDULERS_ONLINE] [+SP PERCENTAGE_SCHEDULERS:PERCENTAGE_SCHEDULERS_ONLINE] [+T LEVEL] [+V] [+v] [+W<i|w|e>] [+z MISC_OPTION] [args ...]
I did not tried lexical, because, as I understand, it does not support windows - lexical-lsp/lexical#762
Originally posted by @rad96 in #219 (comment)