sdk icon indicating copy to clipboard operation
sdk copied to clipboard

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

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

It appears we have a few uses of `Nullability.legacy` as the default nullability for some interface types we generate during compilation. Should some of those to use the `currentLibrary!.nonNullable` nullability...

web-dev-compiler
area-web

With the new `Records` feature being in the works, I wondered if they would be made transferrable across a `SendPort`. As of now `Map` and `List` can be transferred **if...

area-library
library-isolate

I often have to create new DateTime object that are based on other DateTime objects. There are some methods like subtract and add which can create new instances, but sometimes...

area-library
library-core
type-enhancement
core-2
breaking-change

Dart fix currently only allow a single element per fix, leading to unnecessary duplication. For example, for each `ThemeData` fix for https://github.com/flutter/flutter/issues/91772), we need 3 identical fixes for the unnamed...

area-analyzer
P2
analyzer-data-driven-fixes

after upgrading to 2.18 this error started happening in our server app without any hint of what is going on ``` dart run --verbosity=all --observe bin/dev.dart The Dart VM service...

area-front-end

If "dart:ffi" supported varargs calling conventions in X64/ARM64, developers could use Objective-C libraries by using C functions such as `objc_msgSend`. Related issues: * [Remaining tasks for dart:ffi for Dart 2.6...

area-vm
library-ffi

``` Running "out/DebugX64/gen_snapshot --snapshot-kind=app-aot-elf --elf=/b/s/w/it67tm0dq9/AMVPQZ/app.elf --no-sound-null-safety runtime/tests/concurrency/generated_stress_test.dart.aot.dill" [0:08:00.002260] ... still working ... [0:12:00.002226] ... still working ... [0:16:00.002213] ... still working ... [0:20:00.002286] ... still working ... [0:24:00.002276] ... still...

area-vm
gardening

https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-kernel-win-debug-ia32/6856/overview

area-vm
gardening
timeout
type-test

Please include the SDK version (2.19.473941130-edge+google3-v2) in your bug report. To attempt to perform migration anyway, you may re-run with --ignore-exceptions. Exception details: type 'MixinElementImpl' is not a subtype of...

area-migration