-
Notifications
You must be signed in to change notification settings - Fork 71
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
idris-send: Buffer *idris-repl* has no process #502
Comments
OK, this is truly bizarre. It started working again. The only thing I did that might have "fixed" it was that I typed |
And now it's stopped working again. |
It's working intermittently. I've found a pattern and a workaround. The workaround is to try loading a file, again if necessary. If I had to guess, I'd say some part of the code isn't waiting long enough for Idris to respond, so it displays the "idris-send: Buffer idris-repl has no process" message and gives up. Scenario A Starting the REPL before loading a file.
along with the "No holes found!" status message.
along with the "No holes found!" status message. Scenario B Loading a file without starting a REPL first.
along with the "No holes found!" status message. Here's helloIdris.idr
|
Oops, closed by accident when I posted the workaround. |
This issue may be related: #458 |
I think this may have more or less to do with not dealing with the asynchronous process perfectly everywhere. |
I have been using the REPL in idris-mode just fine. But in the last hour, something broke. Now when I start the REPL (by invoking
idris-load-file
on a source file), a buffer opens and the Idris logo is displayed, but I don't get a prompt.The messages buffer has:
the idris-process and iddris-connection buffers are empty.
I can start a REPL at the command line just fine.
I can only think of two things that changed recently.
The text was updated successfully, but these errors were encountered: