Skip to content

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

Merged
jywarren merged 1 commit into
publiclab:masterfrom
pdurbin:108-disable-nobodys-around
May 1, 2018
Merged

disable "nobody's around" message #108#110
jywarren merged 1 commit into
publiclab:masterfrom
pdurbin:108-disable-nobodys-around

Conversation

@pdurbin

@pdurbin pdurbin commented May 1, 2018

Copy link
Copy Markdown
Contributor

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
Copy Markdown

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
Copy Markdown

Coverage Status

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

@jywarren

jywarren commented May 1, 2018

Copy link
Copy Markdown
Member

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

pdurbin commented May 1, 2018

Copy link
Copy Markdown
Contributor Author

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.

@ryzokuken ryzokuken left a comment

Copy link
Copy Markdown
Member

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

jywarren commented May 1, 2018

Copy link
Copy Markdown
Member

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

@icarito

icarito commented May 1, 2018 via email

Copy link
Copy Markdown
Member

@pdurbin

pdurbin commented May 1, 2018

Copy link
Copy Markdown
Contributor Author

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