| commit | ac6f72205ac87371d1c9c994b75b96f23321be6c | [log] [tgz] |
|---|---|---|
| author | Siva Annamalai <asiva@google.com> | Mon Apr 04 23:30:02 2022 +0000 |
| committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 04 23:30:02 2022 +0000 |
| tree | 5f4fe3fe5475235bc6d4abf73dd87bc3b708d63a | |
| parent | 2aed3ea034106e23af71edf76a45bbe36e546f10 [diff] |
Revert "[VM/io] - Set correct file type for files backing unix domain sockets" This reverts commit dbe6d1d57404204e6af0cea14087d38927b041d1. Reason for revert: One of the new tests spawns a process and runs the script from source and so this test will fail on all AOT configurations, In addition it is failing on mac builds and needs investigation. Original change's description: > [VM/io] - Set correct file type for files backing unix domain sockets > > The file type of file backing unix domain sockets was being incorrectly > set as kDoesNotExist resulting in errors when operations like delete > on the file was done. File::Exists on the other hand returned true. > File rename and copyfile functionality have been fixed too. > > TEST=new tests added > > Please see https://github.com/dart-lang/sdk/issues/48569 for the original issue. > Change-Id: Ie9c716c84b1d818c906ecdb622ba930125f9ee30 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/237745 > Reviewed-by: Ryan Macnak <rmacnak@google.com> > Commit-Queue: Siva Annamalai <asiva@google.com> TBR=rmacnak@google.com,asiva@google.com Change-Id: I517896fb90b013af1ce9a6754442a922e2b7cda5 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240149 Reviewed-by: Siva Annamalai <asiva@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>
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 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.