You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Fable.Cli/CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
12
-
*[Rust] Add type format specifiers to interpolated strings in Fable2Rust.fs (code scanning alerts #1128–#1143)
13
-
*[All] Add type format specifiers to interpolated strings in Fable.Compiler/Util.fs (code scanning alerts #1517–#1518)
12
+
*[All] Fix captured side-effect-free values (e.g. empty ResizeArray) being incorrectly inlined into object expression getters in release mode, causing a new instance to be created on each getter call (fixes #3779) (by @MangelMaxime)
14
13
*[Python] Fix missing `await` on else branch of ternary expressions in async closures (by @dbrattli)
15
14
*[Beam] Fix `|> ignore` on cross-module Emit calls generating variable bindings that shadow Emit case-clause variables (by @dbrattli)
16
15
*[Beam] Fix `containsIdentRef` not checking `Call` ThisArg (by @dbrattli)
Copy file name to clipboardExpand all lines: src/Fable.Compiler/CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
12
-
*[Rust] Add type format specifiers to interpolated strings in Fable2Rust.fs (code scanning alerts #1128–#1143)
13
-
*[All] Add type format specifiers to interpolated strings in Fable.Compiler/Util.fs (code scanning alerts #1517–#1518)
12
+
*[All] Fix captured side-effect-free values (e.g. empty ResizeArray) being incorrectly inlined into object expression getters in release mode, causing a new instance to be created on each getter call (fixes #3779) (by @MangelMaxime)
14
13
*[Python] Fix missing `await` on else branch of ternary expressions in async closures (by @dbrattli)
15
14
*[Beam] Fix `|> ignore` on cross-module Emit calls generating variable bindings that shadow Emit case-clause variables (by @dbrattli)
16
15
*[Beam] Fix `containsIdentRef` not checking `Call` ThisArg (by @dbrattli)
0 commit comments