Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/fsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ce6e32
Choose a base ref
...
head repository: dotnet/fsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: abd1cc9
Choose a head ref
  • 12 commits
  • 34 files changed
  • 9 contributors

Commits on Nov 2, 2022

  1. Activate Server mode for .NET Core compiler (#13740)

    * Activate Server mode for .NET Core compiler
    
    * Update FSharp.Profiles.props
    
    Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
    
    * Update FSharp.Profiles.props
    
    Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
    
    * Delete runtimeconfig.template.json
    
    * Update fsc.targets
    
    Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
    Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
    Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
    Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
    5 people authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    e6275e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Using obsolete record field makes whole record construction expressio…

    …n obsolete (#14211)
    
    * Use more accurate range to only report  obsolete field as a obsolete rather that making the whole record construction expression obsolete
    
    * Use record expression range for CheckRecdFieldAccessible
    edgarfgp authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    67b09db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d82592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9fed81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaefd02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e71fee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ffb1cc View commit details
    Browse the repository at this point in the history
  7. Allow extension methods without type attribute. (#13839)

    * Allow extension methods without type attribute.
    * Add Extension attribute to type if any member has the attribute.
    * Handle C# extensions as let bindings in a module.
    * Add test for recursive types.
    * Add tests for types in recursive modules.
    * Only add attribute to module when module declaration has attribute.
    * Add additional test.
    * Add CSharp Extension Attribute Not Required as a Preview Language Feature
    * Passing propper Fsharp.Core version to executed tests in legacy FsharpSuite
    * Fix for tests that use NetFramework types (like winforms brushes etc.)
    
    Co-authored-by: Edgar Gonzalez <edgar.gonzalez@fundourselves.com>
    Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
    Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
    4 people authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    df393d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3cb995 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #14227 from dotnet/merges/main-to-release/dev17.5

    Merge main to release/dev17.5
    dotnet-bot authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    712011e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59f2dca View commit details
    Browse the repository at this point in the history
  11. Merge pull request #14230 from dotnet/merges/main-to-release/dev17.5

    Merge main to release/dev17.5
    dotnet-bot authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    abd1cc9 View commit details
    Browse the repository at this point in the history
Loading