Thanks to visit codestin.com
Credit goes to github.com

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: d11b46f7cd
Choose a base ref
...
head repository: dotnet/fsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27efc282d3
Choose a head ref
  • 3 commits
  • 23 files changed
  • 8 contributors

Commits on Apr 17, 2024

  1. Merge main to release/dev17.11 (#17056)

    * Disallow calling abstract methods directly on interfaces (#17021)
    
    * Disallow calling abstract methods directly on interfaces
    
    * More tests
    
    * IWSAMs are not supported by NET472
    
    * Update src/Compiler/Checking/ConstraintSolver.fs
    
    Co-authored-by: Tomas Grosup <[email protected]>
    
    * fix typos
    
    * looking for the right check
    
    * Add comments
    
    * move release notes
    
    * Add a new error number and message
    
    * Update docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
    
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Update docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
    
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Improve error message
    
    ---------
    
    Co-authored-by: Tomas Grosup <[email protected]>
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Always use `typeEquivAux EraseMeasures` (for  integral range optimizations) (#17048)
    
    * Always use `typeEquivAux EraseMeasures`
    
    * Update release notes
    
    * Update baselines
    
    ---------
    
    Co-authored-by: Petr <[email protected]>
    
    ---------
    
    Co-authored-by: Edgar Gonzalez <[email protected]>
    Co-authored-by: Tomas Grosup <[email protected]>
    Co-authored-by: Brian Rourke Boll <[email protected]>
    Co-authored-by: Petr <[email protected]>
    Co-authored-by: Kevin Ransom (msft) <[email protected]>
    6 people authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ade0697 View commit details
    Browse the repository at this point in the history
  2. Merge main to release/dev17.11 (#17059)

    * Disallow calling abstract methods directly on interfaces (#17021)
    
    * Disallow calling abstract methods directly on interfaces
    
    * More tests
    
    * IWSAMs are not supported by NET472
    
    * Update src/Compiler/Checking/ConstraintSolver.fs
    
    Co-authored-by: Tomas Grosup <[email protected]>
    
    * fix typos
    
    * looking for the right check
    
    * Add comments
    
    * move release notes
    
    * Add a new error number and message
    
    * Update docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
    
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Update docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
    
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Improve error message
    
    ---------
    
    Co-authored-by: Tomas Grosup <[email protected]>
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Always use `typeEquivAux EraseMeasures` (for  integral range optimizations) (#17048)
    
    * Always use `typeEquivAux EraseMeasures`
    
    * Update release notes
    
    * Update baselines
    
    ---------
    
    Co-authored-by: Petr <[email protected]>
    
    ---------
    
    Co-authored-by: Edgar Gonzalez <[email protected]>
    Co-authored-by: Tomas Grosup <[email protected]>
    Co-authored-by: Brian Rourke Boll <[email protected]>
    Co-authored-by: Petr <[email protected]>
    Co-authored-by: Vlad Zarytovskii <[email protected]>
    6 people authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6b6bbf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge main to release/dev17.11 (#17064)

    * Disallow calling abstract methods directly on interfaces (#17021)
    
    * Disallow calling abstract methods directly on interfaces
    
    * More tests
    
    * IWSAMs are not supported by NET472
    
    * Update src/Compiler/Checking/ConstraintSolver.fs
    
    Co-authored-by: Tomas Grosup <[email protected]>
    
    * fix typos
    
    * looking for the right check
    
    * Add comments
    
    * move release notes
    
    * Add a new error number and message
    
    * Update docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
    
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Update docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
    
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Improve error message
    
    ---------
    
    Co-authored-by: Tomas Grosup <[email protected]>
    Co-authored-by: Brian Rourke Boll <[email protected]>
    
    * Always use `typeEquivAux EraseMeasures` (for  integral range optimizations) (#17048)
    
    * Always use `typeEquivAux EraseMeasures`
    
    * Update release notes
    
    * Update baselines
    
    ---------
    
    Co-authored-by: Petr <[email protected]>
    
    * Error message that explicitly disallowed static abstract members in classes. (#17055)
    
    * WIP
    
    * Error message that explicitly disallowed static abstract methods in abstract classes
    
    * release notes
    
    * SynTypeDefnKind.Class
    
    * Fix #16761 (#17047)
    
    * Fix #16761
    
    * Fully async version + ignore cancellation on external navigation
    
    * Automated command ran: fantomas
    
      Co-authored-by: vzarytovskii <[email protected]>
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Edgar Gonzalez <[email protected]>
    Co-authored-by: Tomas Grosup <[email protected]>
    Co-authored-by: Brian Rourke Boll <[email protected]>
    Co-authored-by: Petr <[email protected]>
    Co-authored-by: Vlad Zarytovskii <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Kevin Ransom (msft) <[email protected]>
    8 people authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    27efc28 View commit details
    Browse the repository at this point in the history
Loading