Skip to content

refactor: remove StateTuple - #14

Merged
kochounoyume merged 1 commit into
mainfrom
feature/remove-state-tuple
Jul 22, 2026
Merged

refactor: remove StateTuple#14
kochounoyume merged 1 commit into
mainfrom
feature/remove-state-tuple

Conversation

@kochounoyume

Copy link
Copy Markdown
Member

No description provided.

@kochounoyume kochounoyume self-assigned this Jul 22, 2026
Copilot AI review requested due to automatic review settings July 22, 2026 18:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the internal StateTuple pooled reference-tuple implementation from the Unity package, along with its associated runtime tests and Unity .meta asset, simplifying the internal surface area.

Changes:

  • Deleted StateTuple implementation under Runtime/Internal.
  • Removed StateTuple-specific unit tests and an unused using from UniTaskPlusTests.cs.
  • Removed the Unity .meta file corresponding to the deleted C# source file.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/UniTaskPlus.Unity/Packages/jp.andantetribe.unitaskplus/Tests/Runtime/UniTaskPlusTests.cs Removes StateTuple tests and the now-unneeded using UniTaskPlus;.
src/UniTaskPlus.Unity/Packages/jp.andantetribe.unitaskplus/Runtime/Internal/StateTuple.cs Deletes the StateTuple pooled tuple implementation.
src/UniTaskPlus.Unity/Packages/jp.andantetribe.unitaskplus/Runtime/Internal/StateTuple.cs.meta Removes the Unity asset metadata for the deleted source file.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kochounoyume
kochounoyume merged commit f47b495 into main Jul 22, 2026
5 checks passed
@kochounoyume
kochounoyume deleted the feature/remove-state-tuple branch July 22, 2026 18:10
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.

2 participants