Closed
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
- This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
Run go test ./...
. Result is thousands (or more, I didn't wait for it to stop spewing) of lines like:
2024-01-27 07:58:05.095 glfw.test[33753:5608525] *** Assertion failure in -[NSMenu _lockForMainMenuItemArray], NSMenu.m:1106
How to reproduce
See above.
Screenshots
No response
Example code
Again, see above.
Fyne version
Go compiler version
1.21.6
Operating system and version
macOS Sonoma
Additional Information
I would be happy to try my hand at a fix, but I don't see any clear hints from grepping the source code about where to even start looking.
Activity