Skip to content

Commit

Permalink
Turn off FCS warning 3560 by default
Browse files Browse the repository at this point in the history
ncave committed Oct 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4af4c49 commit 75a44a3
Showing 5 changed files with 9 additions and 0 deletions.
Binary file modified lib/fcs/FSharp.Compiler.Service.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions lib/fcs/FSharp.Compiler.Service.xml
Original file line number Diff line number Diff line change
@@ -37537,6 +37537,11 @@ Get the signature for the value's XML documentation
name resolutions and symbol uses for the file requested only, so intellisense etc. works.
</summary>
</member>
<member name="M:FSharp.Compiler.SourceCodeServices.InteractiveChecker.GetDependentFiles(System.String,System.String[],Microsoft.FSharp.Core.FSharpFunc{System.String,System.Tuple{System.Int32,System.Lazy{System.String}}})">
<summary>
Find the dependent files of the current file based on the untyped syntax tree
</summary>
</member>
<member name="M:FSharp.Compiler.SourceCodeServices.InteractiveChecker.Compile(System.String[],Microsoft.FSharp.Core.FSharpFunc{System.String,System.Tuple{System.Int32,System.Lazy{System.String}}},System.String)">
<summary>
Compile project to file. If project has already been type checked,
Binary file modified lib/fcs/FSharp.Core.dll
Binary file not shown.
Binary file modified lib/fcs/FSharp.DependencyManager.Nuget.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

#### All

* Turn off FCS warning 3560 by default (by @vzarytovskii)

#### Rust

* Fixed recursive lambda captured idents cloning (by @ncave)

0 comments on commit 75a44a3

Please sign in to comment.