Skip to content

Commit

Permalink
Version 3.4.3
Browse files Browse the repository at this point in the history
Change-Id: I895813e2d3e3152716c0b117387bf8551be43758
Reviewed-on: https://dart-review.googlesource.com/c/sdk/ /369680
Commit-Queue: Kevin Chisholm <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
Reviewed-by: Kevin Moore <[email protected]>
  • Loading branch information
itsjustkevin authored and Commit Queue committed Jun 4, 2024
1 parent 4079c8d commit 1a849f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 1,30 @@
## 3.4.3
## 3.4.3 - 2024-06-05

This is a patch release that:

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

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

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

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

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

[#55767]: https://github.com/dart-lang/sdk/issues/55767
[#55872]: https://github.com/dart-lang/sdk/issues/55872
[#55876]: https://github.com/dart-lang/sdk/issues/55876
[#55741]: https://github.com/dart-lang/sdk/issues/55741
[#55733]: https://github.com/dart-lang/sdk/issues/53910
[#46690]: https://github.com/dart-lang/sdk/issues/46690
[#55818]: https://github.com/dart-lang/sdk/issues/55818
[#55873]: https://github.com/dart-lang/sdk/issues/55873
[#55894]: https://github.com/dart-lang/sdk/issues/55894
[#55895]: https://github.com/dart-lang/sdk/issues/55895
[#55910]: https://github.com/dart-lang/sdk/issues/53910
[#55890]: https://github.com/dart-lang/sdk/issues/55890

## 3.4.2 - 2024-05-29

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 26,6 @@
CHANNEL stable
MAJOR 3
MINOR 4
PATCH 2
PATCH 3
PRERELEASE 0
PRERELEASE_PATCH 0

0 comments on commit 1a849f9

Please sign in to comment.