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

Re-implement nameof operator #2287

Closed
vasily-kirichenko opened this issue Jan 18, 2017 · 1 comment
Closed

Re-implement nameof operator #2287

vasily-kirichenko opened this issue Jan 18, 2017 · 1 comment

Comments

@vasily-kirichenko
Copy link
Contributor

As @dsyme suggested here fsharp/fslang-design#48 (comment), it's much simpler and "the right way" in general to implement the feature in TypeChecker, namely in TcFunctionApplicationThen function, at this point https://github.com/Microsoft/visualfsharp/blob/master/src/fsharp/TypeChecker.fs#L8274

We should port all the wonderful tests @forki created in his old PR #13

@vasily-kirichenko
Copy link
Contributor Author

Implemented in #2290

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

No branches or pull requests

1 participant