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

db: properly handling threaded sessions #1755

Merged
merged 1 commit into from
Dec 7, 2019
Merged

Conversation

RustyBower
Copy link
Contributor

This should fix the errors @deathbybandaid was seeing in #1639

dgw
dgw previously approved these changes Nov 20, 2019
Copy link
Member

@dgw dgw left a comment

Choose a reason for hiding this comment

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

Quick look around for tips and this seems like such a no-brainer now. A Sopel command running is conceptually the same as a web request; can't believe I didn't see it before.

@dgw dgw added Bugfix Generally, PRs that reference (and fix) one or more issue(s) Medium Priority Tweak labels Nov 20, 2019
@dgw dgw added this to the 7.0.0 milestone Nov 20, 2019
@dgw
Copy link
Member

dgw commented Nov 20, 2019

@deathbybandaid Want to stress-test this a bit before I merge it?

@dgw dgw dismissed their stale review December 3, 2019 07:59

Not actually ready to merge without clarifying why the patch doesn't call .remove() on function-local session variables.

@dgw dgw self-requested a review December 3, 2019 07:59
@dgw

This comment has been minimized.

Copy link
Member

@dgw dgw left a comment

Choose a reason for hiding this comment

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

@RustyBower sorry for the noise, I should know by now not to look at DB stuff while half-asleep. 🙄

@RustyBower
Copy link
Contributor Author

All good! Happy to help with any DB related things :)

@dgw dgw merged commit 83bd5e2 into sopel-irc:master Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s) Medium Priority Tweak
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants