-
Notifications
You must be signed in to change notification settings - Fork 84
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
Codi broken for Julia 1.2 #120
Comments
Same issue here :/ |
On Arch and nvim
and
For a file with the following...
I sporadically had a UPDATE: Spent the evening playing around with things to see if I could make it work. I tried changing the prompt in Julia to be the same as Python so: |
FYI @originalsouth (maintainer)! |
I have it partially working.... If I enable raw mode I can get the correct things to show; however its a little slow and I don't fully trust it..
EDIT: Silly me... just realized its not putting the output there.. but rather the input.. |
Let me look into it. Hopefully later today, and otherwise within this week. |
There seems to be a problem with the interactive REPL, but I cannot really pinpoint what exactly goes wrong. I tried imposing |
I just played with the regex for the prompt and added a ton of log commands throughout the code to get an idea of whats going on. It seemed like the problem might have something to do with the REPL sandwiching the output between two blank lines. I think they register as might be a dumb question but is there a way to make the terminal that Codi uses, visible? |
Not really sure about making Codi's terminal visible, I just used a lot of log commands myself during development 😓 |
Same issue with Python using Neovim v0.5.0 on Arch. (Lack of output) Fixed using the following configuration:
|
Issue description
a = 5; b = 7; a + b
(semicolons denote newlines) should produce output.vim
Logs attached.
Environment
script
:script from util-linux 2.34
codilog.txt
The text was updated successfully, but these errors were encountered: