-
Notifications
You must be signed in to change notification settings - Fork 74
Make public enums into structs or hide them (part 3 - final) #1037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -326,19 +325,19 @@ public struct _TraversalContext<T> { | |||
} | |||
|
|||
/// INTERNAL API: May change without any prior notice. | |||
public struct _ResolveContext<Message: Codable> { | |||
internal struct _ResolveContext<Message: Codable> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thank you -- looking forward to getting rid of this one entirely soon
@@ -45,7 +45,6 @@ public struct ClusterSystemSettings { | |||
|
|||
public var receptionist: ReceptionistSettings = .default | |||
|
|||
internal var transports: [_InternalActorTransport] = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent, thank you!
public static func `static`(_ workers: [Worker]) -> Selector { | ||
.init(underlying: .static(workers)) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great 🎉
Fixed a minor formatting, LGTM! Thank you, awesome work here |
Resolves #999
This only
public enum
s left are: