commit | 9da840565650dddd8c274d07426ad7267df9db35 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Wed Jan 03 20:13:18 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 03 20:13:18 2024 +0000 |
tree | d58fdc2f07b791b78c5158249f5ba28af6ad5a91 | |
parent | 2a07d71f145b19be25ae525994f1bdd321e55d92 [diff] |
Bump native to 0605d9ae6d2497737077539273992f8e1411286b Changes: ``` > git log --format="%C(auto) %h %s" b668ca9..0605d9a https://dart.googlesource.com/native.git/+/0605d9ae [ffigen] Release 11 Stable (872) https://dart.googlesource.com/native.git/+/0ffdccc3 [ffigen] Search dylib in conda env path (869) https://dart.googlesource.com/native.git/+/793c4f53 [infra] Fix labeler.yml (873) https://dart.googlesource.com/native.git/+/a450a06d Bump actions/stale from 8.0.0 to 9.0.0 (870) https://dart.googlesource.com/native.git/+/0ab749d7 Bump actions/labeler from 4.3.0 to 5.0.0 (871) https://dart.googlesource.com/native.git/+/985ddd05 Fix clang "sometimes-uninitialized" and "unused-variable" warnings (865) https://dart.googlesource.com/native.git/+/8107f370 [native_toolchain_c] Export `environmentFromBatchFile` (864) https://dart.googlesource.com/native.git/+/2b1fbf84 [ffigen] fix syntax for leaf ffiNative functions (861) https://dart.googlesource.com/native.git/+/dbe57a18 [native_assets_cli] Add example using `dart_api_dl.h` (858) https://dart.googlesource.com/native.git/+/01f3e069 [infra] Skip coverage in health check (863) https://dart.googlesource.com/native.git/+/922b4214 Don't test web in health.yaml (859) ``` Diff: https://dart.googlesource.com/native.git/+/b668ca94f551fcebdeb3ce9f822170facced55ae..0605d9ae6d2497737077539273992f8e1411286b/ Change-Id: Id694719e5c5be0fa15ec16506ac5341756f4f4a2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344621 Reviewed-by: Daco Harkes <dacoharkes@google.com> Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
Dart is:
Approachable: Develop with a strongly typed programming language that is consistent, concise, and offers modern language features like null safety and patterns.
Portable: Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend. Compile to JavaScript or WebAssembly for the web.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app. Diagnose app issues using DevTools.
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 is free and open source.
See LICENSE and PATENT_GRANT.
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).
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.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.