-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installation on MacOS with ZSH does not work #3
Comments
For the For the second problem, I have changed the evil negative indexing to parametere expansion, hopefully it works. BTW, there are some known bugs with the |
The installation work, but using it still has a similar problem.
and run
So it seems like more evil negative indexing exists. Regarding Python vs. OCaml: IMO OCaml is more zero dependency, as you need it anyway to use Coq |
Use the selected shell to run coqoune.sh as well.
For the first part, that's the expected behavior. When you enter a file without performing any For the second part, turns out it's in fact a careless mistake elsewhere. The shell scripts use some features not present in POSIX, so it actually choose one of |
Still, nothing happens for me. Now there are no errors in the |
This probably has something to do with shell compatibility, as I cannot reproduce this issue. So could you try the following:
and paste the log file? That would help locate the issue I guess. |
File: test.v
commands:
File: test.log
So it seems like yet another evil negative index exists |
Weird. Zsh should support negative index. Could you do |
Oh, that's weird:
Outputs
After setting
Doing
seems to work ( But any subsequent command does nothing.
and then
Only underlines |
Also, the
and do
nothing happens. Should I open a new issue for these problems? On first glance I see nothing weird in the log
|
I guess it has something to do with |
The log is quite mysterious, in the sense that the outermost tags of the xml is gone. I don't have OS X devices available, so debugging this problem seems very difficult. I would be quite busy this week. When I have more time next week I plan to start rewriting this plugin using OCaml. Hence this issue would probably not get fixed in the shell version... Really sorry about that. I'll try to finish the OCaml rewrite as soon as possible. |
The new OCaml version is now available. It should avoid all the shell platform incompability problems altogether. Never gonna write anything serious using shell scrip anymore :( |
I installed coqoune using
which results in
Leaving it out and using
results in
and
Trying to source the file manually results in the same error.
It seems like
echo ${kak_source:0:-15}
does not work.ZSH: 5.8
kak: v2021.08.28
The text was updated successfully, but these errors were encountered: