Skip to content

Make ExitTest._current immutable.#1218

Merged
grynspan merged 1 commit into
mainfrom
jgrynspan/ExitTest-_current-var
Jul 10, 2025
Merged

Make ExitTest._current immutable.#1218
grynspan merged 1 commit into
mainfrom
jgrynspan/ExitTest-_current-var

Conversation

@grynspan

@grynspan grynspan commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

This PR makes the private ExitTest._current stored property a let instead of a var. This has no practical effect but is more correct.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

This PR makes the private `ExitTest._current` stored property a `let` instead of
a `var`. This has no practical effect but is more correct.
@grynspan grynspan added bug 🪲 Something isn't working concurrency 🔀 Swift concurrency/sendability issues exit-tests ☠️ Work related to exit tests labels Jul 10, 2025
@grynspan grynspan added this to the Swift 6.x (main) milestone Jul 10, 2025
@grynspan grynspan self-assigned this Jul 10, 2025
@grynspan

Copy link
Copy Markdown
Contributor Author

@swift-ci test

@grynspan

Copy link
Copy Markdown
Contributor Author

Will self-review and merge after CI finishes.

@grynspan grynspan added the self-reviewed PR was self-reviewed by a code owner label Jul 10, 2025
@grynspan grynspan merged commit 0c20a72 into main Jul 10, 2025
3 checks passed
@grynspan grynspan deleted the jgrynspan/ExitTest-_current-var branch July 10, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🪲 Something isn't working concurrency 🔀 Swift concurrency/sendability issues exit-tests ☠️ Work related to exit tests self-reviewed PR was self-reviewed by a code owner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant