Skip to content

integrate some quality-of-life changes from upstream #931

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 17 commits into from
Mar 4, 2020

Conversation

baronfel
Copy link
Collaborator

@baronfel baronfel commented Mar 4, 2020

From dotnet/fsharp:3777cd4d8..836da28:

  • Slight tweaks to error messages around numeric literals
  • Deny taking native address of an immutable local value
  • Fixes to reported ranges for wildcard self-identifiers, module abbreviations, nested modules, attributes, nested types, and fields
  • Better compiler error recovery for errors in constructor expressions
  • Fix handling of F# Options in C# members with regards to nullable type interop
  • Move dependency handling of native dlls to the DependencyManager

KevinRansom and others added 17 commits February 19, 2020 14:52
* Update Build.ps1

* Update MsbuildOverallVersion to 16.4

* fix versions
…n FS1156 message (#8584)

* Add lowercase L to set of valid numeric literals in FS1156 message

* Add octal
* Create Create Language-Version-History.md

c# has one file like this here: https://github.com/dotnet/csharplang/blob/master/Language-Version-History.md
so looks fine f# should have too. I am learning F# and missed it from this official repository

* replace quotes for language markdown

* adjusts on 4.7 section

* adds references for version 1 and 1.1

* adds object expressions

* Rename Create Language-Version-History.md to Language-Version-History.md

* start line with upper case

* removes Tailcall attribute, it is not implemented

* removed 4.7 preview features
* Respect NUGET_PACKAGES in FSharpQA test script

* Respect NUGET_PACKAGES in FSharp Test Suite (Cambridge)

* Respect NUGET_PACKAGES in Span tests

* Respect NUGET_PACKAGES in typechecking tests

* Remove unused nuget packages path
…224.2

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20124.2
…47f-450a8443df80

[master] Update dependencies from dotnet/arcade
* Fix field declaration ranges

* Fix type fields ranges

* Add test

* Fix more ranges

* Update baselines
* Recover type checking inherit ctor expression

* Add test
* Fixed internal error for destNullableTy by removing rule for optional

* Added test
* Refactor native resolution

* Fcs -- compile

* typo

* buildy

* Linux

* Update src/fsharp/CompileOps.fs

Co-Authored-By: Phillip Carter <[email protected]>

* feedback

* temp

* c#

* fix delete and fsharpcore reference.

* improve surface area

Co-authored-by: Phillip Carter <[email protected]>
@baronfel baronfel merged commit 66d5073 into fsharp:master Mar 4, 2020
@baronfel baronfel deleted the integrate branch March 4, 2020 22:30
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.

7 participants