-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] fix tests after plugins and event refactor #3746
[v3] fix tests after plugins and event refactor #3746
Conversation
WalkthroughThe changes in this pull request primarily focus on updating the event handling mechanism across multiple files, transitioning from the Changes
Possibly related PRs
Tip OpenAI O1 model for chat
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Thanks for taking the time to do this🙏 The v3 branch is considered unstable at the moment so it can sometimes be broken. Please could you add an entry to the changelog located at |
Quality Gate passedIssues Measures |
@leaanthony yeah, no worries - I expect it to be broken sometimes. The tests and CI are great to find easy targets to contribute a fix - especially if I try to keep the CI in my fork green anyway. :) |
Not quite sure why github isn't picking up that this is merged on v3-alpha but it is 👍 |
I don't know how GitHub detects squashed merges, but maybe the squashed commit is differing too much (contents due to resolved conflicts, author, message..). |
Thanks for being part of the community! |
Description
Fix most of the tests failing since the recent refactorings for the plugin and event systems, as well as some other issues regarding method signatures and logging calls (https://github.com/wailsapp/wails/actions/runs/10837644078).
(Skipping the failing mac tests introduced in 6787ce9 as I don't have a mac, but the role
UseSelectionForFind
declared for darwin is not defined in roles.go)Type of change
How Has This Been Tested?
In CI: https://github.com/stendler/wails/actions/runs/10863138422
Checklist:
website/src/pages/changelog.mdx
with details of this PRSummary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes