-
Notifications
You must be signed in to change notification settings - Fork 24
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
The ide-mode closes when the idris code contains an error #13
Comments
@archaeron or if .ibc is created with another idris version |
@Heather cool, thanks. I haven't had that bug :) |
@david-christiansen could you take a look at this? setup: file test.idr module Test
a start idris in ide mode: ..\idris-win64-0.9.18\idris.exe --ide-mode load the file:
and then the compiler closes |
Would you please paste the contents of your code?
|
https://gist.github.com/archaeron/46ff50b5ecf5ef53d4e0 this is all I need to crash the ide-mode :) and I'm not doing this from the editor, but directly from the terminal |
@david-christiansen would you lke me to open an issue on idris-dev with a step by step guide on how to reproduce the error and what I expected to happen? |
Please!
|
The underlying Idris issue should be fixed in |
I can confirm that it's working with a freshly built idris from thanks, this helps a lot! |
the ide-mode closes when the idris code contains an error
Minimal example:
module Test a
The text was updated successfully, but these errors were encountered: