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
-
Didn't want to raise this as a bug, as it's not at all urgent, but
public
is applied correctly when using @Reducer on apublic
enum, however nested types inside apackage
enum do not inherit thepackage
access modifier (so default tointernal
). For now I'm happy to just usepublic
for 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