You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
I had a module which was not compiling and it took me a long time to understand why I could not load it in the REPL. Could you please highlight the error word in red or something equivalent to make it obvious there is an error? See example here:
The text was updated successfully, but these errors were encountered:
I've tweaked the stylesheet in v0.9.6 a bit, which should hopefully make it a little more readable. As for highlighting, honestly, at some point you have to consider figuring out that ide-haskell thing, since, you know, error highlighting in editor, go-to-error, more-or-less properly highlighted error messages, stuff like that. I'm really not keen on reimplementing all of that in ide-haskell-repl, that would be pointless waste of effort in my opinion.
@lierdakil It would be very useful even if you would just color the word error so it stands out. I have lost quite a lot of time because the error was not obvious. So it definitely sounds like something that would be useful for the users and improving the UX.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had a module which was not compiling and it took me a long time to understand why I could not load it in the REPL. Could you please highlight the error word in red or something equivalent to make it obvious there is an error? See example here:
The text was updated successfully, but these errors were encountered: