Skip to content

Comments

chore(windows): downgrade eventloop warnings#1189

Merged
Legend-Master merged 3 commits intotauri-apps:devfrom
thomaseizinger:chore/downgrade-warn
Feb 20, 2026
Merged

chore(windows): downgrade eventloop warnings#1189
Legend-Master merged 3 commits intotauri-apps:devfrom
thomaseizinger:chore/downgrade-warn

Conversation

@thomaseizinger
Copy link
Contributor

We are seeing these warnings come up in normal operation of a Tauri Windows application. I am not sure about their significance as the application works just fine, suggesting that these actually are not very critical. I am suggesting to downgrade these to DEBUG instead.

@thomaseizinger thomaseizinger requested a review from a team as a code owner February 19, 2026 03:33
@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

Package Changes Through b69a464

There are 1 changes which include tao with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tao 0.34.5 0.34.6

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@Legend-Master
Copy link
Contributor

Legend-Master commented Feb 20, 2026

Seems like it's from the old winit to maintain event ordering, and that artificial ordering is removed in rust-windowing/winit#2767
I think we could leave a todo comment saying they should be removed once we adopt that PR

Also do you mind adding a change file?

@thomaseizinger
Copy link
Contributor Author

I think we could leave a todo comment saying they should be removed once we adopt that PR

Also do you mind adding a change file?

Both done!

@Legend-Master Legend-Master linked an issue Feb 20, 2026 that may be closed by this pull request
@Legend-Master Legend-Master merged commit a483786 into tauri-apps:dev Feb 20, 2026
20 checks passed
@Legend-Master
Copy link
Contributor

Thanks for bringing this up

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.

[bug] WARN log when window is (re)focused

2 participants