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

Move app quit to apprt action #4577

Merged
merged 2 commits into from
Jan 4, 2025
Merged

Move app quit to apprt action #4577

merged 2 commits into from
Jan 4, 2025

Conversation

mitchellh
Copy link
Contributor

This changes quit signaling from a boolean return from core app tick() to an apprt action. This simplifies the API and conceptually makes more sense to me now.

This wasn't done just for that; this change was also needed so that macOS can quit cleanly while fixing #4540 since we may no longer trigger menu items. I wanted to split this out into a separate commit/PR because it adds complexity making the diff harder to read.

This changes quit signaling from a boolean return from core app `tick()`
to an apprt action. This simplifies the API and conceptually makes more
sense to me now.

This wasn't done just for that; this change was also needed so that
macOS can quit cleanly while fixing #4540 since we may no longer trigger
menu items. I wanted to split this out into a separate commit/PR because
it adds complexity making the diff harder to read.
This changes quit signaling from a boolean return from core app `tick()`
to an apprt action. This simplifies the API and conceptually makes more
sense to me now.

This wasn't done just for that; this change was also needed so that
macOS can quit cleanly while fixing #4540 since we may no longer trigger
menu items. I wanted to split this out into a separate commit/PR because
it adds complexity making the diff harder to read.
@mitchellh mitchellh enabled auto-merge January 4, 2025 15:23
@mitchellh mitchellh merged commit 8f5f432 into main Jan 4, 2025
48 checks passed
@mitchellh mitchellh deleted the push-xmzzkqwqszxt branch January 4, 2025 15:37
@github-actions github-actions bot added this to the 1.0.2 milestone Jan 4, 2025
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.

1 participant