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

Fix broken TPs (includes FSharp.Data) #581

Closed
Jand42 opened this issue Jul 27, 2016 · 1 comment
Closed

Fix broken TPs (includes FSharp.Data) #581

Jand42 opened this issue Jul 27, 2016 · 1 comment

Comments

@Jand42
Copy link
Member

Jand42 commented Jul 27, 2016

Type providers can emit code which currently cause a failure in FCS TAST traversal, see fsharp/fsharp-compiler-docs#568

Solutions:

  • (workaround in WS) finish ReflectedDefinition-based fallback translation - needs the "corrector" logic ported from WS3 (removing outer lambda expressions based on argument currying info)
  • add a fallback case in FCS to expose unresolved IL calls through the TAST API, handle these calls in WS4 F# code reader
@Jand42
Copy link
Member Author

Jand42 commented Feb 17, 2017

This has now been solved by FCS improvements

@Jand42 Jand42 closed this as completed Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant