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

Merge from upstream #1

Merged
merged 1,075 commits into from
Oct 16, 2018
Merged

Merge from upstream #1

merged 1,075 commits into from
Oct 16, 2018

Conversation

saul
Copy link

@saul saul commented May 11, 2018

No description provided.

brettfo and others added 30 commits June 8, 2018 15:41
target net46 instead of net45
fix doc comment issues that prevented proper XML parsing
Remove value tuple 431 from VisualFSharpFull.vsix
…t sdk apps (#5152)

* Update default fsharp.core to 4.5.0 and valuetuple to 4.4.0 for dotnet sdk apps

* FCS
Update templates to FSharp.Core 4.5.0
* Pretify ConstrainsSolver method

The method wasn't readable at all before now it's better.

* applied review

Signed-off-by: realvictorprm <mueller.vpr@gmail.com>
… illib (#5090)

* replace List.chop with List.splitAt

remove List.take from illib.fs

* replace List.splitAt >> fst with List.take

* use List.truncate instead of List.take

* Revert "replace List.splitAt >> fst with List.take"

This reverts commit c4f0605.

* Revert "Revert "replace List.splitAt >> fst with List.take""

This reverts commit 2cb9693.

* Revert "replace List.chop with List.splitAt"

This reverts commit cde206b.

# Conflicts:
#	src/fsharp/SignatureConformance.fs

* remove List.take from illib.fs and replace its usages with List.truncate

* Revert "remove List.take from illib.fs and replace its usages with List.truncate"

This reverts commit 8a198b0.

# Conflicts:
#	src/fsharp/DetupleArgs.fs

* Revert "Revert "remove List.take from illib.fs and replace its usages with List.truncate""

This reverts commit 6722f08.

* rollback accidental change
don't unconditionally deploy templates package; it can lock the build machines
* Use ordinal string comparison in string manipulation methods

StartsWith, EndsWith, Compare, etc

* Add StartsWithOrdinal, EndsWithOrdinal extension methods
…4662)

* Do not check assembly symbols equality by DefinitionRange and name

Assembly symbols have startup definition range and considered equal.
Fixes #4658.

* Add test for equality of entities from assemblies with the same name

* Add checks for range0 and rangeCmdArgs ranges

* Do not run new tests on netcoreapp2.0
…had Environment.NewLine line breaks. This would cause a unix-line ending source file to incorrectly be populated with CRLF when working under Windows. (#4487)
* Clean up references

* System.Caching from nuget
WIP - Update SCI, SRM to the latest RTM
fix mono build/install
forki and others added 24 commits September 25, 2018 12:04
* Only compute suppressedMethNames if really needed

* Use HashSet for addersAndRemovers

* Only compute suppressedMethNames if really needed

* move it to the right, sigh
* Started language service refactoring

* Updated editor fsproj

* Fixed service, should work
* Ensure that compiler path is set during Design Time build

* both build types
* We only need to check for mangledGenericTypeNameSym once

* ShortCut name checking

* Reduce number of LastIndexOf calls

* Reduce number of LastIndexOf calls

* Reduce number of LastIndexOf calls

* Incorporate feedback

* Use PrettyNaming.DemangleGenericTypeName instead of ungenericizeTypeName

* Remove couple of double checks

* Update illib.fs
* Remove old TryGetValue

* Reduce use of TryFind

* Reduce allocations in TcPatBindingName

* Reduce some allocations in NameResolution

* Reduce some allocations in TypeChecker

* Use latest FSharp.Core in FCS

* Update FSharp.Core in FCS
* Remove second internal ValueOption

* Update FSharp.Core in FCS

* Cleanup
* Do not use length if we can pattern match

* Check field count only once
* Replacing short-lived options with ValueOption

* Remove couple of allocations

* Remove couple of allocations
* Fixed error message to be more direct.

* update xlf
Explicitly mention that the optional components are found in the VS Installer, not somewhere on the downloads page (since that's what was linked just before)
* Attempt to fix linux build

* Clean up
update yaml syntax to conform to new standards
@saul saul closed this Oct 10, 2018
brettfo and others added 3 commits October 11, 2018 07:05
* Remove one "impossible" error - fixes #5745

* Fix tests

* Add test for #5745

* Fix "build from source"
@saul saul reopened this Oct 16, 2018
@petera76 petera76 merged commit 0755bd7 into G-Research:master Oct 16, 2018
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

Successfully merging this pull request may close these issues.