Skip to content

Commit

Permalink
Merge pull request #3568 from ncave/rust
Browse files Browse the repository at this point in the history
Turn off FCS warning 3560 by default
  • Loading branch information
ncave authored Oct 25, 2023
2 parents 4af4c49 + 75a44a3 commit 0ac4f8a
Show file tree
Hide file tree
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
Expand Up @@ -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,
Expand Down
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
Expand Up @@ -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)
Expand Down

0 comments on commit 0ac4f8a

Please sign in to comment.