You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude ObservableOnly properties from notification handler
In observeFirst mode, filter out @ObservableOnly properties from the
didChangeNotification handler since they are not stored in UserDefaults
and cannot be triggered by UserDefaults changes. This simplifies the
generated code and prevents dead case branches.
Use compactMap during metas construction to exclude non-backed properties,
removing the need for the isBacked discriminator in caseCode.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments