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

Check new C# params interop with F# #17481

Closed
psfinaki opened this issue Aug 1, 2024 · 1 comment · Fixed by #17495
Closed

Check new C# params interop with F# #17481

psfinaki opened this issue Aug 1, 2024 · 1 comment · Fixed by #17495
Assignees
Labels
Area-Compiler-ImportAndInterop import of .NET DLLs and interop
Milestone

Comments

@psfinaki
Copy link
Member

psfinaki commented Aug 1, 2024

From #16967:

We need to assess which features we will need to support in F# 9
Params collections: developers can now put params in front of many more collection types in signatures including Span.
Make sure F# compiler can work with those, even if F# user has to construct collection type by hand.

So:

  1. If it doesn't work, make it work
  2. It it does work, document how it works
  3. Add tests regardless
@psfinaki
Copy link
Member Author

psfinaki commented Aug 8, 2024

The lang suggestion is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compiler-ImportAndInterop import of .NET DLLs and interop
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants