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

[native assets] Use AddDllDirectory on native assets dir(s) to enable dynamic linking area-native-interop Used for native interop related issues, including FFI. os-windows P2 A bug or feature request we're likely to work on
#56551 opened Aug 22, 2024 by dcharkes Native Assets v1.0
Windows + Clang: unknown argument ignored in clang-cl: '-fno-omit-frame-pointer' [-Wunknown-argument] area-build Use area-build for SDK build issues. os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56387 opened Aug 6, 2024 by eseidel
[breaking change] On Windows refer to special null file as '\\?\nul' rather than 'nul'. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. breaking-change-approved breaking-change-request This tracks requests for feedback on breaking changes os-windows triaged Issue has been triaged by sub team
#56308 opened Jul 24, 2024 by aam
Cannot build Dart as a shared library on Windows area-tools A meta category for issues that should be addressed by tooling (prefer more concrete areas). os-windows type-enhancement A request for a change that isn't a bug
#54537 opened Jan 7, 2024 by ds84182
stdin.readLineSync() sometimes not working in Windows Terminal area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io os-windows P3 A lower priority bug or feature request triaged Issue has been triaged by sub team
#53973 opened Nov 7, 2023 by Montaro2017
Need a property that can check whether a File or Directory is hidden. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io os-windows type-enhancement A request for a change that isn't a bug
#53763 opened Oct 15, 2023 by SooChang-Lee
[Windows] Support root certificates that are installed lazily 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, and the AOT and JIT backends. library-io os-windows P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug
#52266 opened May 4, 2023 by loic-sharma
SDK unit test 'tests\standalone_2\io\socket_info_ipv6_test.dart' fails on Windows 10 area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io os-windows
#51778 opened Mar 19, 2023 by slonm
language_2/async_star/cancel_while_paused_test flaky on dart2js-win-chrome area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. browser-chrome library-async os-windows web-infrastructure internal techdebt or infrastructure issues affecting the web team specifically
#49954 opened Sep 12, 2022 by fishythefish
Directory(...).existsSync() does not check if disk exists first area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io os-windows P3 A lower priority bug or feature request triaged Issue has been triaged by sub team
#47449 opened Oct 13, 2021 by TheCGDF
Platform.operatingSystemVersion unhandled exception area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io os-windows P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#47334 opened Sep 30, 2021 by kirill-21
Read Russian text in console area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. os-windows
#47133 opened Sep 7, 2021 by cocahonka
Process.run incorrect arg quoting on Windows area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io os-windows type-documentation A request to add or improve documentation
#42571 opened Jul 3, 2020 by kjk
Trouble checking out Dart SDK on Windows area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#41729 opened Apr 30, 2020 by duncanmak
Windows VM shutdown crasher area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. customer-flutter os-windows
#39670 opened Dec 5, 2019 by zanderso
frontend-server doesn't produce correct target in depfile on Windows. area-front-end Use area-front-end for front end / CFE / kernel format related issues. os-windows
#33032 opened May 3, 2018 by aam
Timing out tests on Windows kernel bot doesn't seem to always be closed properly area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). os-windows P2 A bug or feature request we're likely to work on
#32138 opened Feb 13, 2018 by jensjoha
Analysis server code reports errors on Windows analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. os-windows P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#32095 opened Feb 8, 2018 by DanTup
vm-kernel Windows io test failures related to path issues area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. os-windows
#31904 opened Jan 15, 2018 by athomas
Test CodeImmutability times out on Windows ocassionally area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#30202 opened Jul 19, 2017 by zanderso
file.dart test suite failures area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. customer-flutter library-io os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#29096 opened Mar 16, 2017 by zanderso
61 tasks
Analyzer reports mismatched types on Windows due to drive letter casing analyzer-spec Issues with the analyzer's implementation of the language spec area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. os-windows P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#28895 opened Feb 25, 2017 by DanTup
dart:io HttpRequest won't receive data on windows 10 linux subsystem area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#27555 opened Oct 10, 2016 by rinick
extra character "\" when dart process pass argument end with "\" area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io os-windows type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#23786 opened Jul 4, 2015 by Ticore
ProTip! Updated in the last three days: updated:>2024-10-14.