Skip to content

Commit d26999e

Browse files
authored
Remove outdated numeric computation article (#5776)
This page is out of date and has been marked as obsolete for a long time. It was written when there were three representations and goes in to too many internal details, many of which are no longer correct and definitely not relevant for most Dart developers. The page also barely gets any views. There's perhaps some value in the performance suggestions discussed here, but we should revisit that from a wholistic perspective that is more cross-platform, particularly for today's VM and the Wasm target. So this PR removes the article, redirecting to the closest other page we have, that discusses numbers on different platforms. Contributes to #5766 by removing one of the few remaining archived articles.
1 parent 78db1ce commit d26999e

File tree

2 files changed

+3
-570
lines changed

2 files changed

+3
-570
lines changed

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)