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

disable "nobody's around" message #108 #110

Merged
merged 1 commit into from
May 1, 2018

Conversation

pdurbin
Copy link
Contributor

@pdurbin pdurbin commented May 1, 2018

I've described in #108 how plotbot always insists on getting the last word. In this pull request I'm attempting to disable the "nobody's around" message. We can rethink this feature in the future.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.118% when pulling 16f9e7b on pdurbin:108-disable-nobodys-around into d87ef5d on publiclab:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.118% when pulling 16f9e7b on pdurbin:108-disable-nobodys-around into d87ef5d on publiclab:master.

@jywarren
Copy link
Member

jywarren commented May 1, 2018

Thanks, I agree -- i think it's causing disruption currently, and until we can resolve with something like #109 we need to put a hold on this behavior.

Would this result in plotsbot sending an empty string message somehow? Could we instead comment out this line?

const unresponsiveBehavior = require('./behaviors/unresponsive')(state);

and then comment out the corresponding test entirely for the time being? Some test frameworks allow for things like xtest() to "turn off" a test instead of commenting it out. But since this is a stopgap, i think we could just comment out the whole thing.

@jywarren jywarren requested a review from ryzokuken May 1, 2018 15:05
@pdurbin
Copy link
Contributor Author

pdurbin commented May 1, 2018

Would this result in plotsbot sending an empty string message somehow?

@jywarren sorry, I should have mentioned that I tested it. No, an empty string isn't sent. Nothing is sent. Silence is golden.

Copy link
Member

@ryzokuken ryzokuken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM until we figure out a better solution.

@jywarren jywarren merged commit 231d7c7 into publiclab:master May 1, 2018
@jywarren
Copy link
Member

jywarren commented May 1, 2018

@icarito could we deploy this, or does it deploy automatically now? I see motion at https://jenkins.laboratoriopublico.org/ ... cool!

@icarito
Copy link
Member

icarito commented May 1, 2018 via email

@pdurbin
Copy link
Contributor Author

pdurbin commented May 1, 2018

Nice! Thanks, all!

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.

5 participants