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

[V3 Config] Fix unloading and implement singleton driver #1458

Merged

Conversation

tekulvw
Copy link
Member

@tekulvw tekulvw commented Mar 24, 2018

Type

  • Bugfix
  • Enhancement
  • New feature

Description of the changes

There was a bug with the unload command that wouldn't allow unloaded cogs to be fully released. This PR fixes that issue (as seen in #1457) and implements the singleton driver referenced in #1406.

@tekulvw tekulvw requested a review from Twentysix26 as a code owner March 24, 2018 17:42
@Redjumpman
Copy link
Member

Tested on a couple of my cogs. This resolves my issue (#1457), although I encourage others to test this if you were experiencing the same thing.

@palmtree5 palmtree5 added the V3 label Mar 25, 2018
@Redjumpman
Copy link
Member

This pull request breaks the clear_all() method. It will not clear anything and no error is raised.

@Redjumpman
Copy link
Member

The last commit fixed the previous bug I mentioned with the clear_all() method. It now properly clears all data from all scopes as intended.

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