Skip to content

Refactor: Rename persisted signal classes to correct typo#432

Merged
rodydavis merged 1 commit intorodydavis:mainfrom
halifox:main
Dec 12, 2025
Merged

Refactor: Rename persisted signal classes to correct typo#432
rodydavis merged 1 commit intorodydavis:mainfrom
halifox:main

Conversation

@halifox
Copy link
Contributor

@halifox halifox commented Dec 7, 2025

The class names PersistedPersistedBoolSignal and PersistedPersistedEnumSignal were incorrectly using a repeated 'Persisted' prefix.

Renamed:

  • PersistedPersistedBoolSignal -> PersistedNullableBoolSignal
  • PersistedPersistedEnumSignal -> PersistedNullableEnumSignal

The class names PersistedPersistedBoolSignal and PersistedPersistedEnumSignal
were incorrectly using a repeated 'Persisted' prefix.

Renamed:
- PersistedPersistedBoolSignal -> PersistedNullableBoolSignal
- PersistedPersistedEnumSignal -> PersistedNullableEnumSignal
Copy link
Owner

@rodydavis rodydavis left a comment

Choose a reason for hiding this comment

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

LGTM!

@rodydavis rodydavis merged commit aabad00 into rodydavis:main Dec 12, 2025
3 checks passed
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