-
Notifications
You must be signed in to change notification settings - Fork 123
Integrate sourcelink #950
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
Merged
Merged
Integrate sourcelink #950
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* I can confirm that dobang is not, in fact, simple * add test to verify do-bang behavior
…419) As suggested by @baronfel in this issue discussion: fsharp#941
* perform sourceExpr translation on match-bang expressions * add test for match-bang source translations
* Replace throw with EDI throw in CE catch handlers, fixes #8529 * Address feedback, move to EDI.Capture(exn).Throw() for netfx compatibility
* fix pattern match recovery * add testcase and fixup * Update TypeChecker.fs
…ages' to it for 2nd time).
* migrate to netcoreapp3.1 * update comments * update tool versions
This reverts commit be78be4.
* alternative fix for 9449 * add test case * fix 9449 properly by assert type equations simultaneously
* Simplify and improve perf of String.length * Improve performance of String.map * Revert "Improve performance of String.map" * Turn String.length into a one-liner, fixes dotnet/fsharp#9469 (comment)
…nction is in scope (#9481)
…s/use new sdk version
3af0361
to
31b30b3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
36.0.2
This is a small bugfix release that I'm making primarily to publish a version
of FCS with sourcelink enabled, so that tooling users can make use of that information.
From dotnet/fsharp:079276b4b..37d0ccc:
do!
handling in computation expressions (thanks @baronfel)Source
-translation inmatch!
expressions (thanks @baronfel)inline
in witness-passing codepaths (thanks @dsyme)nameof
to support naming generic parameters (nameof<'t>
) and instance members (nameof(Unchecked.defaultof<C>.Property)
) (thanks @dsyme)