Skip to content

Commit 1a849f9

Browse files
itsjustkevinCommit Queue
authored andcommitted
Version 3.4.3
Change-Id: I895813e2d3e3152716c0b117387bf8551be43758 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/369680 Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com>
1 parent 4079c8d commit 1a849f9

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
1-
## 3.4.3
1+
## 3.4.3 - 2024-06-05
22

33
This is a patch release that:
44

55
- Fixes an issue where `DART_VM_OPTIONS` were not correctly parsed for
6-
standalone Dart executables created with `dart compile exe` (issue [#55767]).
6+
standalone Dart executables created with `dart compile exe` (issue
7+
[#55818]).
78

89
- Fixes a bug in dart2wasm that can result in a runtime error that says
9-
`array.new_fixed()` has a constant larger than 10000 (issues [#55872],
10-
[#55876]).
10+
`array.new_fixed()` has a constant larger than 10000 (issue [#55873]).
1111

12-
- Adds support for `--enable-experiment` flag to `dart compile wasm.
12+
- Adds support for `--enable-experiment` flag to `dart compile` wasm
13+
(issue [#55894]).
1314

14-
- Fixes an issue in dart2wasm compiler that can result in incorrect nullability
15-
of type parameter (see [#55741])
15+
- Fixes an issue in dart2wasm compiler that can result in incorrect
16+
nullability of type parameter (see [#55895]).
1617

17-
- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue [#53910]) as
18-
dart2wasm's currently only supports a small subset of `dart:ffi` (tracking
19-
issue [#46690]).
18+
- Disallows `dart:ffi` imports in user code in dart2wasm (e.g. issue
19+
[#53910]) as dart2wasm's currently only supports a small subset of
20+
`dart:ffi` (issue [#55890]).
2021

21-
[#55767]: https://github.com/dart-lang/sdk/issues/55767
22-
[#55872]: https://github.com/dart-lang/sdk/issues/55872
23-
[#55876]: https://github.com/dart-lang/sdk/issues/55876
24-
[#55741]: https://github.com/dart-lang/sdk/issues/55741
25-
[#55733]: https://github.com/dart-lang/sdk/issues/53910
26-
[#46690]: https://github.com/dart-lang/sdk/issues/46690
22+
[#55818]: https://github.com/dart-lang/sdk/issues/55818
23+
[#55873]: https://github.com/dart-lang/sdk/issues/55873
24+
[#55894]: https://github.com/dart-lang/sdk/issues/55894
25+
[#55895]: https://github.com/dart-lang/sdk/issues/55895
26+
[#55910]: https://github.com/dart-lang/sdk/issues/53910
27+
[#55890]: https://github.com/dart-lang/sdk/issues/55890
2728

2829
## 3.4.2 - 2024-05-29
2930

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
CHANNEL stable
2727
MAJOR 3
2828
MINOR 4
29-
PATCH 2
29+
PATCH 3
3030
PRERELEASE 0
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)