[go: nahoru, domu]

Skip to content

Issues: dart-lang/sdk

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Process.start could have a mode that replaces current process with the started one. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-io type-enhancement A request for a change that isn't a bug
#41966 opened May 19, 2020 by sigurdm
Poor error message when accessing element that is imported twice area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug
#23840 opened Jul 14, 2015 by sigurdm
Analyzer reports errors on reference-before-declaration for dart-doc comments. area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#24880 by sigurdm was closed Jun 27, 2018
Socket.done is never completed when the socket is destroyed before sending data area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team
#26288 opened Apr 18, 2016 by sigurdm
Dart2js --analyze-only --allow-native-extensions crashes on native static function. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dart2js-crash web-dart2js
#26586 by sigurdm was closed Jul 30, 2021
Iterable.singleWhere throws on duplicate element, even if orElse is provided. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-not-planned Closed as we don't intend to take action on the reported issue library-core
#33163 by sigurdm was closed Oct 2, 2020
dart:mirrors includes static members when doing mixin-application area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-not-planned Closed as we don't intend to take action on the reported issue library-mirrors
#24204 by sigurdm was closed Aug 5, 2022
Process.run on windows throws away empty arguments area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io os-windows P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#40060 by sigurdm was closed Apr 17, 2020
HttpHeaders.value is hard to use correctly area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io
#40802 opened Feb 27, 2020 by sigurdm
GZipCodec().decoder.convert should throw a known exception on failure. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#41270 by sigurdm was closed Apr 17, 2020
stdout.supportsAnsiEscapes doesn't recognize TERM=screen-256color area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
#41770 by sigurdm was closed Dec 7, 2020
Vm cannot run programs with % in name area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. P4 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#41914 opened May 15, 2020 by sigurdm
You cannot listen to SIGQUIT area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-as-intended Closed as the reported issue is expected behavior library-io type-enhancement A request for a change that isn't a bug
#41961 by sigurdm was closed May 19, 2020
Please merge 175ceca1fa6b53c9c831be4469b6b1e05663b096 into dev channel area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). customer-flutter merge-to-dev
#39617 by sigurdm was closed Dec 5, 2019
Isolate.spawnUri seems to be slower than starting a new VM in another process (on macos) area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends.
#42183 opened Jun 4, 2020 by sigurdm
Feature request: lint about imports not in your direct dependencies analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-enhancement A request for a change that isn't a bug
#42286 by sigurdm was closed Jun 11, 2020
dart:io file api doesn't work with long file names on windows area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io
#42416 by sigurdm was closed Oct 2, 2020
@required should warn if applied in overriding method but not in the overridden. analyzer-warning Issues with the analyzer's Warning codes area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#42768 by sigurdm was closed Nov 10, 2020
VM crashes on malformed paths on windows area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
#43785 by sigurdm was closed Nov 18, 2020
The all target is broken area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#43863 by sigurdm was closed Dec 21, 2020
[dart CLI] dart --no-sound-null-safety test and dart test --no-sound-null-safety should pass the option. area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-test Issues related to the 'dart test' tool
#44022 by sigurdm was closed Jan 23, 2024
dart pub --disable-dartdev-analytics works but dart --disable-dartdev-analytics pub doesn't area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool.
#44135 by sigurdm was closed Mar 18, 2021
Analyzer CLI doesn't show errors for libraries in .pub_cache analyzer-command Issues with the command-line dartanalyzer tool area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#44322 opened Nov 26, 2020 by sigurdm
Analysis server doesn't take packageRoots into account. analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#44323 opened Nov 26, 2020 by sigurdm
ProTip! Updated in the last three days: updated:>2024-07-07.