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

Bug: inherit_supported_adapters 在展开缩写前取交集 #2654

Merged
merged 6 commits into from
Apr 18, 2024

Conversation

AzideCupric
Copy link
Contributor

修复前:
插件A: {"~qq", "~kook"}
插件B: {"nonebot.adapters.qq", "nonebot.adapters.kook"}
结果为空

修复后
结果为 {"nonebot.adapters.qq", "nonebot.adapters.kook"}

Copy link
Contributor

github-actions bot commented Apr 18, 2024

🚀 Deployed on https://deploy-preview-2654--nonebot2.netlify.app

@github-actions github-actions bot temporarily deployed to pull request April 18, 2024 07:15 Inactive
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.21%. Comparing base (7e8015e) to head (460fa2c).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2654   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files          48       48           
  Lines        4026     4026           
=======================================
  Hits         3793     3793           
  Misses        233      233           
Flag Coverage Δ
unittests 94.21% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yanyongyu yanyongyu changed the title 🐛 修复 inherit_supported_adapters 在展开缩略前取交集的行为 Bug: inherit_supported_adapters 在展开缩写前取交集 Apr 18, 2024
nonebot/plugin/load.py Outdated Show resolved Hide resolved
nonebot/plugin/load.py Outdated Show resolved Hide resolved
nonebot/plugin/load.py Outdated Show resolved Hide resolved
nonebot/plugin/load.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request April 18, 2024 10:23 Inactive
@yanyongyu yanyongyu added the bug Something isn't working label Apr 18, 2024
@github-actions github-actions bot temporarily deployed to pull request April 18, 2024 10:43 Inactive
@yanyongyu yanyongyu merged commit f5f5d93 into nonebot:master Apr 18, 2024
34 checks passed
@AzideCupric AzideCupric deleted the fix/support-adapter-inherit branch April 18, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

None yet

2 participants