Skip to content

Make the App own the Platform #965

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

Closed
wants to merge 2 commits into from
Closed

Make the App own the Platform #965

wants to merge 2 commits into from

Conversation

karlseguin
Copy link
Collaborator

Removes optional platform, which only existed for tests.

There is now a global @import("testing.zig").test_app available. This is setup when the test runner starts, and cleaned up at the end of tests. Individual tests don't have to worry about creating app, which I assume was the reason I Platform optional, since that woul dhave been something else that needed to be setup.

Removes optional platform, which only existed for tests.

There is now a global `@import("testing.zig").test_app` available. This is setup
when the test runner starts, and cleaned up at the end of tests. Individual
tests don't have to worry about creating app, which I assume was the reason I
Platform optional, since that woul dhave been something else that needed to be
setup.
Exists for cleaning up after tests.
@karlseguin karlseguin closed this Aug 22, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant