Skip to content

Conversation

MaxDesiatov
Copy link
Contributor

This code caused an error with ActorSystem type parameter unbound:

import Distributed 

@Resolvable
protocol Greeter where ActorSystem: DistributedActorSystem<any Codable> {
  distributed func greet(name: String) -> String
}

This code caused an error with `ActorSystem` type parameter unbound:

```
import Distributed 

@resolvable
protocol Greeter where ActorSystem: DistributedActorSystem<any Codable> {
  distributed func greet(name: String) -> String
}
```
Copy link
Contributor

@ktoso ktoso left a comment

Choose a reason for hiding this comment

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

Thank you, that's correct we need that

@ktoso
Copy link
Contributor

ktoso commented Jul 9, 2025

Could I ask one of @swiftlang/language-steering-group pls approve the PR?

@allevato allevato merged commit 0b59071 into swiftlang:main Jul 9, 2025
@MaxDesiatov MaxDesiatov deleted the patch-2 branch July 9, 2025 13:04
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.

3 participants