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

This is an alternative proposal to https://github.com/dart-lang/sdk/issues/49073. This proposal improves upon the readability and perhaps the simplicity of that proposal. It is based on @lrhn 's [brief comment](https://github.com/dart-lang/sdk/issues/49073#issuecomment-1189415509) on that...

area-core-library
area-analyzer
P3
library-core
type-design

On the CFE team we have quite a bit of "suites", to speed things up (and integrate with the approval system and whatnot) we have a "unit test suites" runner...

area-vm
library-isolate
type-performance
P2
triaged

Would it be possible to have more frequent dev builds? Currently have a dev tag every 4 hours if I'm not mistaken. But a dev build only goes out 2...

area-sdk
type-enhancement
type-infra
triage-automation

I am using websockets in my dart application. My server occasionally crashes when a "peer resets the connection". I think its odd that an exception crashes the program. Is there...

area-core-library
library-io

Many functions with buffers take a `void*`, for example https://en.cppreference.com/w/c/io/fread. However, using a `Uint8List` and `.address` yields a `Pointer`. It would be useful to be able to pass `uint8list.address.cast()`. That...

library-ffi
good first issue
area-native-interop

Currently, the Dart standard library does not provide a pre-built Stack class like Java. While it's possible to implement a stack using a List, having a dedicated class could offer...

area-core-library
library-collection
type-enhancement

We should evaluate whether it makes sense for dart2wasm recognize `.toJS` expressions and canonicalize & move those objects at compile-time to JS (by emitting them into the `...mjs` file and...

web-js-interop
area-dart2wasm

## The Problem Today whenever a library changes (it's API at least), all macros on all libraries that depend on that library (transitively) get re-ran. In pathological cases, this can...

area-analyzer
P2
type-enhancement
feature-macros

Replacing a method with a getter works when method is marked `@deprecated`. If the method is removed, then the parenthesis for the method are not replaced. See failing test in...

area-analyzer
P3
type-bug
analyzer-data-driven-fixes

There are new test failures on [[cfe] Make kernel AST and CompilerOptions use strong mode by default...DAS: Refactor the logic determining the location of a new ignore-comment](https://github.com/dart-lang/sdk/compare/df707ac85e9a81b73c80638b759aede6be80ebbb~...63d2008355b981221effb40928e0af8e9f9d03ce). The tests ```...

gardening
area-front-end