Skip to content

Commit acca0b8

Browse files
committed
- Regroup tests to reduce the number of test files and minimize time spent compiling them.
- Add build options to control internal + cross-worker logging and travel time. - Remove deprecated artefacts.
1 parent b7ac9e3 commit acca0b8

128 files changed

Lines changed: 27506 additions & 27688 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pubignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ doc/workers/
1919
# Code coverage tool.
2020
tool/jgenhtml/
2121

22+
# Wiki.
23+
wiki/
24+
2225
# Omit committing pubspec.lock for library packages; see
2326
# https://dart.dev/guides/libraries/private-files#pubspeclock.
2427
pubspec.lock

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.4.3
2+
3+
- Remove deprecated artefacts.
4+
- Add build options to control internal + cross-worker logging and travel time.
5+
- Regroup tests to reduce the number of test files and minimize time spent compiling them.
6+
17
## 7.4.2
28

39
- `send()` optimization: for non-cancellable tasks, synchronously return the future when the channel is already up and running. Otherwise, return the result asynchronously via `ForwardCompleter`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><b>JavaScript Workers</b> compiled on <b>2026-03-21 17:37:20 GMT</b></span>
1+
<span><b>JavaScript Workers</b> compiled on <b>2026-04-04 15:59:20 GMT</b></span>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><b>Test Console</b> compiled on <b>2026-03-21 17:37:20 GMT</b></span>
1+
<span><b>Test Console</b> compiled on <b>2026-04-04 15:59:20 GMT</b></span>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><b>Web Assembly Workers</b> compiled on <b>2026-03-21 17:37:20 GMT</b></span>
1+
<span><b>Web Assembly Workers</b> compiled on <b>2026-04-04 15:59:20 GMT</b></span>

doc/test-console/js/console.dart.js

Lines changed: 5707 additions & 5767 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/test-console/js/console.dart.js.deps

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/test-console/js/console.dart.js.map

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)