Conversation
|
@copilot Please fix the tests I broke in this branch. |
There was a problem hiding this comment.
Pull request overview
This PR attempts to prevent crashes when changing domains by keeping references to combo-row items alive while clearing the entity combo box, likely to avoid premature destruction/GC issues in the underlying GTK/ListModel objects.
Changes:
- Keep entity combo items referenced in a temporary list during
remove_all_items()to prevent crashes. - Explicitly release the temporary references after clearing the combo.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixed in the latest commit. The 5 tests that call |
No description provided.