Replies: 1 comment 1 reply
-
|
Hi @samrayner, it does seem like an oversight of the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Didn't want to raise this as a bug, as it's not at all urgent, but
publicis applied correctly when using @Reducer on apublicenum, however nested types inside apackageenum do not inherit thepackageaccess modifier (so default tointernal). For now I'm happy to just usepublicfor the enum but it would be nice to scope it more accurately.I think it probably just requires a tweak to
swift-composable-architecture/Sources/ComposableArchitectureMacros/ReducerMacro.swift
Line 193 in 49dae77
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions