From af377c594bc88da651a89f4e6dae34ada73bf1f0 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Tue, 28 Jan 2025 10:18:36 +0100 Subject: [PATCH] [All] Add real sig flag (#4026) * Add real sig flag * Add changelog entry --------- Co-authored-by: Maxime Mangel --- src/Directory.Build.props | 2 +- src/Fable.Compiler/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index fb616b95fe..f615d6be86 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -15,7 +15,7 @@ true true snupkg - $(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen + $(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen --realsig+ diff --git a/src/Fable.Compiler/CHANGELOG.md b/src/Fable.Compiler/CHANGELOG.md index f495e174a4..54befe0497 100644 --- a/src/Fable.Compiler/CHANGELOG.md +++ b/src/Fable.Compiler/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixed + +* [All] Add `--realsig+` to fix `Method not found: 'Boolean Fable.CompilerOptions.Equals` (by @nojaf) + ## 5.0.0-alpha.8 - 2025-01-27 ### Added