Skip to content
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

:hide_success shows success notification after a failure #12

Merged
merged 2 commits into from
Sep 25, 2013

Conversation

whatcould
Copy link

The :hide_success previously prevented all notification of success. This commit makes guard-coffeescript notify of a successful run after a failure or failures, even with :hide_success set to true. This conforms to a standard pattern of notification of success after failure (an "all clear" notification).

Before this change, when using the terminal_notifier, the terminal title would continue to show an error message even after the error had been fixed and there had been a successful compile.

(Also fixed some awkward grammar in one of the spec names.)

@netzpirat
Copy link

Thanks a lot! I'm on holiday until the first week of August and won't be able to merge this. I'll have a look asa after returning....

@rymai
Copy link
Member

rymai commented Sep 24, 2013

👋 Just a ping @netzpirat in case you forgot this PR! ;)

@netzpirat
Copy link

Oh sh**, totally missed that. Thanks @rymai

@rymai
Copy link
Member

rymai commented Sep 24, 2013

Aha, no problem, I was doing a bit of cleaning in the Guard org's pull-requests! :)

netzpirat added a commit that referenced this pull request Sep 25, 2013
:hide_success shows success notification after a failure
@netzpirat netzpirat merged commit 2b7058a into guard:master Sep 25, 2013
@netzpirat
Copy link

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants