You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Add ISourceText to language service and use Roslyn's SourceText for FSharp.Editor (dotnet#6001)
* Initial ISourceText implementation (does not work yet)
* Lexbuffer works
* Removing Source. Now using only ISourceText. Added SourceText.ofString.
* Fixing tests
* We need to use addNewLine for tests to pass
* Added test for SourceText.ofString
* Trying to fix tests
* Simplified ISourceText API. Added RoslynSourceTextTests
* Trying to get the build working again
* Re-organize prim-lexing.fsi
* Handling format strings
* Trying to get tests to pass
* Trying to fix tests
* Ignoring test
* unignoring test
* Fixed weak table
* Removing addNewLine in sourcetext
* Fixing interactive checker tests
* Fixing more tests
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removed addNewLine
* Removing last addNewLine. It's done
* Better tests and small optimizations
* Adjusting comment
* Updating CompilerServiceBenchmarks
* Updated nits
0 commit comments