Skip to content
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

[Projection tooling] Lay out Factory and Handler types #2855

Open
stephen-hawley opened this issue Dec 4, 2024 · 0 comments
Open

[Projection tooling] Lay out Factory and Handler types #2855

stephen-hawley opened this issue Dec 4, 2024 · 0 comments
Labels
area-SwiftBindings Swift bindings for .NET

Comments

@stephen-hawley
Copy link

As described here, create generic interfaces for factories and handlers.

We will need these pairs for each major type plus variants for some types:

  • struct
  • frozen struct
  • non-blitable struct
  • trivial enum
  • homogeneous enum
  • heterogeneous enum
  • class*
  • virtual class*
  • protocol
  • PAT
  • actor*

We will need these pairs for each method type plus variants for some types:

  • func
  • homonymic funcs
  • static func
  • class func*
  • initializer
  • failable initializer
  • virtual func*
  • stored property
  • computed property
  • indexer

We will need these pairs for each argument type plus variants for some types:

  • frozen struct
  • non-frozen struct
  • non-blitable struct
  • trivial enum
  • homogeneous enum
  • heterogeneous enum
  • class/virtual class*
  • protocol
  • PAT
  • actor*
  • closure
  • tuple
@jkotas jkotas added the area-SwiftBindings Swift bindings for .NET label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SwiftBindings Swift bindings for .NET
Projects
None yet
Development

No branches or pull requests

2 participants