Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off FCS warning 3560 by default #3568

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading