|
1 | | -## 3.5.1 |
| 1 | +## 3.5.1 - 2024-08-14 |
2 | 2 |
|
3 | | -### Tools |
4 | | - |
5 | | -#### Analyzer |
6 | | - |
7 | | -- Fix for resolving `include:` in `analysis_options.yaml` file in a nested |
8 | | - folder in the workspace. [#56047][] |
9 | | - |
10 | | -[#56047]: https://github.com/dart-lang/sdk/issues/56047 |
11 | | - |
12 | | -#### Wasm compiler (dart2wasm) |
13 | | - |
14 | | -- Fix source maps generated by `dart compile wasm` when optimizations are |
15 | | - enabled. |
16 | | - |
17 | | -- Fixes a bug in the dart2wasm compiler in unsound `-O3` / `-O4` modes where a |
| 3 | +- Fixes resolving `include:` in `analysis_options.yaml` file in a nested |
| 4 | + folder in the workspace (issue[#56464][]). |
| 5 | +- Fixes source maps generated by `dart compile wasm` when optimizations are |
| 6 | + enabled (issue [#56423][]). |
| 7 | +- Fixes a bug in the `dart2wasm` compiler in unsound `-O3` / `-O4` modes where a |
18 | 8 | implicit setter for a field of generic type will store `null` instead of the |
19 | | - field value. [#152029][] |
20 | | - |
21 | | -- Fixes a bug in the dart2wasm compiler that can trigger in certain situations |
| 9 | + field value (issue [#56374][]). |
| 10 | +- Fixes a bug in the `dart2wasm` compiler that can trigger in certain situations |
22 | 11 | when using partial instantiations of generic tear-offs (constructors or static |
23 | | - methods) in constant expressions. [#56372][] |
24 | | - |
25 | | -#### Compilers |
26 | | - |
| 12 | + methods) in constant expressions (issue [#56440][]). |
27 | 13 | - The algorithm for computing the standard upper bound of two types, |
28 | 14 | also known is UP, is provided the missing implementation for |
29 | | - StructuralParameterType objects. In some corner cases cases the |
30 | | - lacking implementation resulted in a crash of the compiler. The fix |
31 | | - addresses the issue. [#56457][] |
| 15 | + `StructuralParameterType` objects. In some corner cases cases the |
| 16 | + lacking implementation resulted in a crash of the compiler (issue [#56457][]). |
32 | 17 |
|
33 | | -[#152029]: https://github.com/flutter/flutter/issues/152029 |
34 | | -[#56372]: https://github.com/dart-lang/sdk/issues/56372 |
| 18 | +[#56464]: https://github.com/dart-lang/sdk/issues/56464 |
| 19 | +[#56423]: https://github.com/dart-lang/sdk/issues/56423 |
| 20 | +[#56374]: https://github.com/dart-lang/sdk/issues/56374 |
| 21 | +[#56440]: https://github.com/dart-lang/sdk/issues/56440 |
35 | 22 | [#56457]: https://github.com/dart-lang/sdk/issues/56457 |
36 | 23 |
|
37 | 24 | ## 3.5.0 |
|
0 commit comments