aiya000 / vim-ghcid-quickfix

Increse your Haskell development via ghcid!
MIT License
30 stars 5 forks source link

Let user know when there are warnings #15

Closed alx741 closed 5 years ago

alx741 commented 5 years ago

In the same vein fo #14, It is annoying when It compiles successfully but, because there are warnings, it remains silent and lefts the user wondering if it's done compiling or not.

So let the user know with a Compiled with warnings message :)

aiya000 commented 5 years ago

I forgot this change!!! Thanks so much :smile:

aiya000 commented 5 years ago

@alx741 Sorry, I temporary reverted this commit, because this does echomsg 'Compiled with warnings' for each warnings :joy:

For example, if two warnings occured, the echomsg executed twice.

I thought this is not your intention. Would is this right? :flushed:

alx741 commented 5 years ago

because this does echomsg 'Compiled with warnings' for each warnings

oh! didn't thought about that, will check it out