sdk icon indicating copy to clipboard operation
sdk copied to clipboard

The Dart SDK, including the VM, dart2js, core libraries, and more.

Results 764 sdk issues
Sort by recently updated
recently updated
newest added

Filed for TODO in https://dart-review.googlesource.com/c/sdk/+/338440 modular_incremental_compilation.dart > Today I believe it is the case that we can compile different dart_library targets and re-use the old state, but these arguments are...

area-front-end
cfe-feature-macros
feature-macros

Now that I have had a chance to play with macros, I have noticed that when editing a macro itself, it feels pretty sluggish. It feels to me like the...

area-analyzer
P2
type-enhancement
feature-macros

According to the Augmented libraries [specification](https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md#augmenting-declarations) > Inside a member marked `augment`, the expression `augmented` can be used to refer to the original function, getter, setter, or variable initializer. There...

area-analyzer
P2
type-enhancement
area-front-end
cfe-feature-macros
cfe-parser
feature-macros

I'm happy to work on fixing this myself, I just wanted to get some design feedback first. cc @jakemac53 To represent static types to macros, the following classes are used:...

area-pkg
feature-macros
pkg-macros

When a macro is applied in a library `application.dart` and generates a class there, this class can only be used inside that library. When importing `application.dart` in another library, the...

type-bug
area-front-end
cfe-feature-macros
feature-macros
triage-automation

## Version information - `IDEA AI-233.14808.21.2331.11842104` - `3.4.3` - `AI-233.14808.21.2331.11842104, JRE 17.0.10+0-17.0.10b1087.21-11572160x64 JetBrains s.r.o., OS Mac OS X(x86_64) v13.6.6, screens 1920.0x1080.0` Analyzer is not showing the suggestion of error solving...

area-analyzer
analyzer-quick-fix
type-bug
triage-automation

GitHub wiki's doesn't have a great workflow since only those with write access can edit it. There is also no review, which is admittedly less important since it is contributor...

area-sdk

Tracking issue for newly added quick fixes. ## Diagnostics with newly added fixes - [x] `EXPECTED_CATCH_CLAUSE_BODY` @pq - [x] `EXPECTED_CLASS_BODY` @pq - [x] `EXPECTED_EXTENSION_BODY` @pq - [x] `EXPECTED_EXTENSION_TYPE_BODY` @pq -...

area-analyzer
analyzer-quick-fix
P2
type-enhancement

Example URL: http://127.0.0.1:9102/cpu-profiler The browser loads a blank white page with the message: "could not read file as String: cpu-profiler" ([link](https://github.com/dart-lang/sdk/blob/master/pkg/dds/lib/src/devtools/handler.dart/#L220)) Repro steps: - run DevTools with `devtools_tool serve` and...

type-bug
pkg-dds
triage-automation

These builds were triggered on the same commits: https://ci.chromium.org/ui/p/dart-internal/builders/ci/dart-sdk-win-arm64-stable/42/overview https://ci.chromium.org/ui/p/dart-internal/builders/ci/dart-sdk-win-arm64-stable/43/overview They created these CIPD packages: https://chrome-infra-packages.appspot.com/p/dart/dart-sdk/windows-arm64/+/BJQj5t8FiV7ro7FDJSGRGDZf3p05YsCdagql2lSq2-AC https://chrome-infra-packages.appspot.com/p/dart/dart-sdk/windows-arm64/+/syZDaczXKFTFVfvT13KA4jL6sSHuhY-nHSPJqWLTwSIC The packages have slight differences (handful of bytes) in these binaries: ``` bin/dart.exe...

area-vm
os-windows
P2
triaged