Skip to content

Commit 3deef02

Browse files
Merge branch 'main' into wasm-page
2 parents 2930da0 + 8c7dbf8 commit 3deef02

File tree

4 files changed

+12
-575
lines changed

4 files changed

+12
-575
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ jobs:
7979
sdk: stable
8080
- name: Fetch Dart packages
8181
run: dart pub get
82-
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
83-
with:
84-
version: 8
82+
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
8583
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
8684
with:
8785
node-version: ${{ env.NODE_VERSION }}

firebase.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434
{ "source": "/articles/api-naming-guide{,/**}", "destination": "/effective-dart/design", "type": 301 },
3535
{ "source": "/articles/archive/dart-2", "destination": "/guides/language/evolution#dart-20", "type": 301 },
3636
{ "source": "/articles/archive/event-loop", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a", "type": 301 },
37+
{ "source": "/articles/archive/numeric-computation", "destination": "/guides/language/numbers", "type": 301 },
3738
{ "source": "/articles/await-async", "destination": "/codelabs/async-await", "type": 301 },
3839
{ "source": "/articles/broadcast-streams", "destination": "https://medium.com/dartlang/dart-asynchronous-programming-streams-dab952023ed7", "type": 301 },
3940
{ "source": "/articles/converters-and-codecs", "destination": "/articles/archive/converters-and-codecs", "type": 301 },
4041
{ "source": "/articles/creating-streams", "destination": "/libraries/async/creating-streams", "type": 301 },
4142
{ "source": "/articles/dart-unit-tests{,/**}", "destination": "https://pub.dev/packages/test#writing-tests", "type": 301 },
4243
{ "source": "/articles/dart-vm/io", "destination": "/articles/libraries/dart-io", "type": 301 },
4344
{ "source": "/articles/dart-vm/native-extensions", "destination": "/server/c-interop-native-extensions", "type": 301 },
44-
{ "source": "/articles/dart-vm/numeric-computation", "destination": "/articles/archive/numeric-computation", "type": 301 },
45+
{ "source": "/articles/dart-vm/numeric-computation", "destination": "/guides/language/numbers", "type": 301 },
4546
{ "source": "/articles/dart-vm/snapshots", "destination": "https://github.com/dart-lang/sdk/wiki/Snapshots", "type": 301 },
4647
{ "source": "/articles/design-decisions/why-dart-types", "destination": "/resources/faq#types", "type": 301 },
4748
{ "source": "/articles/doc-comment-guidelines", "destination": "/effective-dart/documentation", "type": 301 },
@@ -66,7 +67,7 @@
6667
{ "source": "/articles/mixins", "destination": "/language/mixins", "type": 301 },
6768
{ "source": "/articles/mocking-with-dart", "destination": "https://pub.dev/packages/mockito", "type": 301 },
6869
{ "source": "/articles/native-extensions-for-standalone-dart-vm", "destination": "/server/c-interop-native-extensions", "type": 301 },
69-
{ "source": "/articles/numeric-computation", "destination": "/articles/archive/numeric-computation", "type": 301 },
70+
{ "source": "/articles/numeric-computation", "destination": "/guides/language/numbers", "type": 301 },
7071
{ "source": "/articles/optional-types", "destination": "/resources/faq#types", "type": 301 },
7172
{ "source": "/articles/serialization", "destination": "/guides/json", "type": 301 },
7273
{ "source": "/articles/server/native-extensions", "destination": "/server/c-interop-native-extensions", "type": 301 },

0 commit comments

Comments
 (0)