-
Notifications
You must be signed in to change notification settings - Fork 851
Comparing changes
Open a pull request
base repository: dotnet/fsharp
base: 31fccb7226
head repository: dotnet/fsharp
compare: 111eeb61b1
- 16 commits
- 75 files changed
- 12 contributors
Commits on Apr 2, 2024
-
Obsolete attribute was ignored in constructor property assignment. (#…
…16900) * Raise an warning when Obsolete attribute is used in constructor property assignment.
Configuration menu - View commit details
-
Copy full SHA for 06c85f0 - Browse repository at this point
Copy the full SHA 06c85f0View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fd472a - Browse repository at this point
Copy the full SHA 1fd472aView commit details -
Merge pull request #16983 from dotnet/merges/main-to-release/dev17.10
Merge main to release/dev17.10
Configuration menu - View commit details
-
Copy full SHA for 3cf6ecf - Browse repository at this point
Copy the full SHA 3cf6ecfView commit details -
Computed collections: simple count check (#16947)
* Use count = 0 instead of count < 1 * The count < 1 check was a vestige of an older approach for computing the count that could result in a negative count. * Update baselines * Update release notes
Configuration menu - View commit details
-
Copy full SHA for 71442c8 - Browse repository at this point
Copy the full SHA 71442c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6b7d4 - Browse repository at this point
Copy the full SHA 0e6b7d4View commit details
Commits on Apr 5, 2024
-
Merge pull request #16984 from dotnet/merges/main-to-release/dev17.10
Merge main to release/dev17.10
Configuration menu - View commit details
-
Copy full SHA for b2b9c94 - Browse repository at this point
Copy the full SHA b2b9c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d95e4e - Browse repository at this point
Copy the full SHA 3d95e4eView commit details -
Add SynExprSequentialTrivia (#16981)
* Add SynExprSequentialTrivia * Add release note * Format * Apply feedback from code review * PR is fine --------- Co-authored-by: Vlad Zarytovskii <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 050271d - Browse repository at this point
Copy the full SHA 050271dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfc3fc - Browse repository at this point
Copy the full SHA 4bfc3fcView commit details -
Merge pull request #16994 from dotnet/merges/main-to-release/dev17.10
Merge main to release/dev17.10
Configuration menu - View commit details
-
Copy full SHA for 838941f - Browse repository at this point
Copy the full SHA 838941fView commit details
Commits on Apr 8, 2024
-
[main] Update dependencies from dotnet/arcade (#16998)
* Update dependencies from https://github.com/dotnet/arcade build 20240404.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3 * Update dependencies from https://github.com/dotnet/arcade build 20240404.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e5813c - Browse repository at this point
Copy the full SHA 8e5813cView commit details -
Speed up
for … in xs -> …in computed collections (#16948)* Speed up `for … in xs -> …` in computed colls * Use `Array.map` for [|for … in xs -> …|]` when `xs` is an array. * Use `List.map` for [for … in xs -> …]` when `xs` is a list. * Add emitted IL tests * Update release notes * Give it its own language feature * Update release notes * Fantomas --------- Co-authored-by: Vlad Zarytovskii <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 468813d - Browse repository at this point
Copy the full SHA 468813dView commit details -
[main] Update dependencies from dotnet/arcade (#16998) (#17000)
* Update dependencies from https://github.com/dotnet/arcade build 20240404.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3 * Update dependencies from https://github.com/dotnet/arcade build 20240404.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3 --------- Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Vlad Zarytovskii <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0093e7 - Browse repository at this point
Copy the full SHA e0093e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f37a9 - Browse repository at this point
Copy the full SHA 04f37a9View commit details -
Merge pull request #17001 from dotnet/merges/main-to-release/dev17.10
Merge main to release/dev17.10
Configuration menu - View commit details
-
Copy full SHA for 9160ab7 - Browse repository at this point
Copy the full SHA 9160ab7View commit details -
Fix 16071 --- FSharp.DependencyManager.Nuget ignoring sources (#16991) (
#17003) * Fix 16071 * tweaks * Automated command ran: fantomas Co-authored-by: KevinRansom <[email protected]> --------- Co-authored-by: Kevin Ransom (msft) <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Petr <[email protected]> Co-authored-by: Vlad Zarytovskii <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 111eeb6 - Browse repository at this point
Copy the full SHA 111eeb6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 31fccb7226...111eeb61b1