[co19] Roll co19 to 81c67290340c13298079fd571f78834fccbb2fed

2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1702. wildcards_A01_t01.dart. Use correct types in list pattern (dart-lang/co19#1728)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1708. Specify type of the list pattern (dart-lang/co19#1733)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1681. Improve object pattern testing in a pattern assignment (dart-lang/co19#1735)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1740. constant_A03_t05.dart. Typo fixed (dart-lang/co19#1749)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1744. object_A01_t05.dart fixed not to fail in a weak mode (dart-lang/co19#1752)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1745. switch_statement_A04_t01.dart. Typo fixed (dart-lang/co19#1753)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1746. switch_statement_A07_t02.dart. Change type in cast pattern to Object (dart-lang/co19#1754)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1747. variable_A02_t01.dart. Fix expected result for map pattern (dart-lang/co19#1755)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1748. variable_A02_t04.dart. Typo fixed (dart-lang/co19#1756)
2023-01-12 sgrekhov22@gmail.com dart-lang/co19#1401. [Patterns] cast, null-assert and null-check patterns tests added (dart-lang/co19#1537)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1629. Logical and pattern tests fixed (dart-lang/co19#1757)
2023-01-12 sgrekhov22@gmail.com Fixes dart-lang/co19#1743. Convert double value to int (dart-lang/co19#1751)
2023-01-11 sgrekhov22@gmail.com Fixes dart-lang/co19#1709. Error expectations updated for CFE (dart-lang/co19#1736)
2023-01-11 sgrekhov22@gmail.com dart-lang/co19#1401. [Patterns] Object pattern test added (dart-lang/co19#1652)
2023-01-11 sgrekhov22@gmail.com Fixes dart-lang/co19#1699. variable_A01_t01.dart. Fix types used in a list pattern (dart-lang/co19#1725)
2023-01-11 sgrekhov22@gmail.com Fixes dart-lang/co19#1734. Expect a static warning in case of not-necessary null-check/assert (dart-lang/co19#1738)
2023-01-11 sgrekhov22@gmail.com dart-lang/co19#1737. Roll failures fixed (dart-lang/co19#1739)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1682. pattern_assignment_A21_t01.dart. Use dynamic instead of Record class (dart-lang/co19#1710)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1683. pattern_assignment_A05_t04.dart. Use record type instead of Record class (dart-lang/co19#1711)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1684. Use record type instead of Record class, add missing `late` keywords (dart-lang/co19#1712)
2023-01-10 sgrekhov22@gmail.com dart-lang/co19#1686. Expect runtime error in case of cast pattern (dart-lang/co19#1713)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1688. record_A02_t09.dart. Fix typo (dart-lang/co19#1714)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1689. relational_A03_t01.dart. Fix typo (dart-lang/co19#1715)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1690. relational_A04_t04.dart. Fix typo (dart-lang/co19#1716)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1691. relational_A05_t01.dart. Remove wrong checks (dart-lang/co19#1717)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1692. Add missed 'const' statements (dart-lang/co19#1718)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1693. switch_expression_A02_t01.dart. Fix typos (dart-lang/co19#1719)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1694. switch_expression_A03_t05.dart. Fix return type (dart-lang/co19#1720)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1695. switch_expression_A03_t12.dart. Add missed `abstract` keyword (dart-lang/co19#1721)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1696. switch_expression_A04_t01.dart. Fix expected errors positions (dart-lang/co19#1722)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1697. switch_expression_A06_t01.dart. Fix test errors and typos (dart-lang/co19#1723)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1698. switch_expression_A06_t02.dart. Fix typo (dart-lang/co19#1724)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1700. variable_A02_t02.dart. Expect additional errors (dart-lang/co19#1726)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1701. variable_A02_t06.dart. Fix typos (dart-lang/co19#1727)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1703. wildcards_A01_t02.dart. Don't use wildcard as a map key (dart-lang/co19#1729)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1704. wildcards_A01_t03.dart. Use dynamic to avoid compile-time error (dart-lang/co19#1730)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1705. Records/on_clauses_A02_t05.dart. Add missed error expectation (dart-lang/co19#1731)
2023-01-10 sgrekhov22@gmail.com Fixes dart-lang/co19#1706. Fix typos in map pattern tests (dart-lang/co19#1732)
2023-01-10 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.2.0 to 3.3.0 (dart-lang/co19#1707)

Change-Id: I59ffc2e275994159fe8807bc7f0b0900c65759db
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279002
Reviewed-by: Alexander Thomas <athom@google.com>
1 file changed
tree: 848a2f82b127ddc90891445a728421cc19116442
  1. .dart_tool/
  2. .github/
  3. benchmarks/
  4. build/
  5. docs/
  6. pkg/
  7. runtime/
  8. samples/
  9. sdk/
  10. tests/
  11. third_party/
  12. tools/
  13. utils/
  14. .clang-format
  15. .gitattributes
  16. .gitconfig
  17. .gitignore
  18. .gn
  19. .mailmap
  20. .style.yapf
  21. .vpython
  22. AUTHORS
  23. BUILD.gn
  24. CHANGELOG.md
  25. codereview.settings
  26. CONTRIBUTING.md
  27. DEPS
  28. LICENSE
  29. OWNERS
  30. PATENT_GRANT
  31. PRESUBMIT.py
  32. README.dart-sdk
  33. README.md
  34. sdk_args.gni
  35. SECURITY.md
  36. WATCHLISTS
README.md

Dart

A client-optimized language for fast apps on any platform

Dart is:

  • Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.

  • Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.

  • Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.

Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:

  • Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.

  • Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).

Dart platforms illustration

License & patents

Dart is free and open source.

See LICENSE and PATENT_GRANT.

Using Dart

Visit dart.dev to learn more about the language, tools, and to find codelabs.

Browse pub.dev for more packages and libraries contributed by the community and the Dart team.

Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).

Building Dart

If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.

There are more documents on our wiki.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.