sdk
sdk copied to clipboard
The Dart SDK, including the VM, dart2js, core libraries, and more.
After the [new tall style issue](https://github.com/dart-lang/dart_style/issues/1253), the two formatter issues with the most 👍 are both about configuring page width ([1](https://github.com/dart-lang/dart_style/issues/833), [2](https://github.com/dart-lang/dart_style/issues/918)). This has been the `#1` feature request for...
Context: https://github.com/flutter/flutter/issues/139378 We have an integration test in the flutter/packages repo that creates a file, reads it, and then checks also that the directory contains the file ([actual contents of...
When parsing [PBF](https://wiki.openstreetmap.org/wiki/PBF_Format) files from open-street-map it looks like reading [PrimitiveBlock](https://github.com/openstreetmap/OSM-binary/blob/18de4931609c6eac94450dbabb50d82aea4a0688/src/osmformat.proto#L91) is 2 times slower in dart compare to java. I attached a [primitiveBlock.zip](https://github.com/dart-lang/protobuf/files/5478182/primitiveBlock.zip) file containing a buffer (8497305 bytes)...
`org.apache.commons.lang3.StringUtils` is prohibited by the flutter intellij plugin for likely plausible reasons. A good replacement is `com.google.common.base.Joiner` Using generated code that imports org.apache.commons.lang3.StringUtils results in the following output. Fyi @scheglov...
It doesn't seem like there's an issue specifically for this, but there has been some discussion across various other issues (and PRs like https://github.com/Dart-Code/Dart-Code/pull/4232). There is a desire to have...
The APIs for managing Service ID zones have been released in [`package:vm_service 14.3.0`](https://pub.dev/packages/vm_service/versions/14.3.0). These APIs can be used to free object IDs when they are no longer needed, to ensure...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. Release notes Sourced from actions/upload-artifact's releases. v4.4.3 What's Changed Undo indirect dependency updates from #627 by @joshmgross in actions/upload-artifact#632 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3 v4.4.2 What's...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.12. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. Release notes Sourced from actions/checkout's releases. v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @orhantoy in...
In https://dart-review.googlesource.com/c/sdk/+/389590, I've added documentation to the `FlowAnalysis` class explaining the assumptions flow analysis makes about the order in which its client visits AST nodes during type inference. I've found...