-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Can't open REPL due to nil value #162
Comments
Hum.. which version of neovim are you using? I guess latest refactoring pulled some very recent lua features that might not be available on your distribution yet. I guess it might be the case to hold it back for a while then. |
Sorry for the delay. I am using the current stable release (
|
I have this issue as well and I think it is something to do with https://github.com/hkupty/iron.nvim/pull/160/files#diff-84aa2c479219a776d99bf50f3c91fe15R54 (or related changes) |
I also had to revert #159 given that https://github.com/hkupty/iron.nvim/pull/159/files#diff-84aa2c479219a776d99bf50f3c91fe15R193 was somehow also having |
I was thinking on doing a hack by emulating I'm going to install the latest release of |
same thing here, also arch, nvim 0.4.4, reverted to commit 33d80db and it works. |
same issue, can not use iron.nvim any more:( |
sorry for taking so long for fixing this. I is being really difficult to keep up. Please use this branch if you're having problems: If I get positive feedback that it's working, I might merge it to master. Hopefully the new API will be released soon enough so I'll be able to revert this. Once again, sorry for the mess :( |
Thanks for the effort! |
|
@vitalwarley I've just pushed an update which might solve the issue. It seems that one is not related to this issue. Best regards and thanks for the support, |
I installed on branch |
Thank you. Using the direct-invoke branch solved the problem for me. |
The direct-invoke branch worked for me too. |
With the following:
I'm getting the following error:
I tried the following:
Neovim info:
OS: Centos 8 |
Hi @dkioroglou. I think the issue you're having is different than the one described in this thread. The version of neovim you're using is below I'd suggest, if possible, to update your neovim version. If that's not the case, then we can check how to proceed. Best, |
In order to update neovim in Centos 8, I had to install from source.
After iron.nvim installation (without using the direct-invoke branch), Thanks. |
When
:IronRepl
in a python file, I getE5105: Error while calling lua chunk: ...lativ/.vim/pack/minpac/start/iron.nvim/lua/iron/view.lua:23: attempt to index field 'fn' (a n il value)
with
:IronRepl
.And
E5105: Error while calling lua chunk: ...lativ/.vim/pack/minpac/start/iron.nvim/lua/iron/init.lua:120: attempt to index a nil value
with
:IronReplHere
.I am using the latest version:
4876bd3
. Tell me how I can provide more information, if needed.Thanks!
The text was updated successfully, but these errors were encountered: