[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

@protected elements are not hidden the in tab completion outside their scope analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P4
#49273 by sigurdm was closed Apr 19, 2023
[CP] cherry pick fixes to pub area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. cherry-pick-approved Label for approved cherrypick request cherry-pick-review Issue that need cherry pick triage to approve dart-cli-pub Issues related to the 'dart pub' tool merge-to-beta
#48759 by sigurdm was closed Apr 25, 2022
[CP] Avoid confusing sdk-ranges in pub solve-error messages. area-tools A meta category for issues that should be addressed by tooling (prefer more concrete areas). cherry-pick-approved Label for approved cherrypick request merge-to-stable
#51101 by sigurdm was closed Feb 2, 2023
[CP] Fix pub get behavior on old lockfile area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. cherry-pick-approved Label for approved cherrypick request merge-to-stable
#51166 by sigurdm was closed Feb 2, 2023
dart compile jit-snapshot runs program after compiling area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-compile Issues related to the 'dart compile' tool type-documentation A request to add or improve documentation
#50615 by sigurdm was closed Jun 27, 2023
[CP] Fix dart run resolution on dev-releases area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. cherry-pick-approved Label for approved cherrypick request cherry-pick-review Issue that need cherry pick triage to approve merge-to-beta
#50625 by sigurdm was closed Jan 5, 2023
[CP] Fix of pub global run for activated packages with earlier sdks. area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). cherry-pick-approved Label for approved cherrypick request cherry-pick-merged Cherry-pick has been merged to the stable or beta branch. cherry-pick-review Issue that need cherry pick triage to approve merge-to-beta
#52227 by sigurdm was closed May 10, 2023
[CP] Warn about old-style cache cherry-pick-approved Label for approved cherrypick request cherry-pick-merged Cherry-pick has been merged to the stable or beta branch. cherry-pick-review Issue that need cherry pick triage to approve merge-to-stable
#52526 by sigurdm was closed Jun 5, 2023
Semantics for test-experiment
#51361 by sigurdm was closed Feb 10, 2023
Compiler should no longer print "Info: Compiling with sound null safety." in dart 3. area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool.
#51701 opened Mar 10, 2023 by sigurdm
[CP] Improve pub message when pubspec is not null-safety. area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. cherry-pick-approved Label for approved cherrypick request cherry-pick-merged Cherry-pick has been merged to the stable or beta branch. cherry-pick-review Issue that need cherry pick triage to approve merge-to-beta
#52152 by sigurdm was closed Apr 26, 2023
Diagnostic for unused imports
#53735 by sigurdm was closed Oct 12, 2023
Dart mistakes stand-alone binary for aot snapshot area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-not-planned Closed as we don't intend to take action on the reported issue
#52238 by sigurdm was closed Dec 7, 2023
Seemingly unsound catch area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#54240 opened Dec 5, 2023 by sigurdm
NoSuchMethodError: The getter 'nullabilitySuffix' was called on null in package:analyzer/src/dart/element/subtype.dart:51:29 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
#45052 by sigurdm was closed Jan 12, 2024
[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
Feature request: autocomplete definitional names from unresolved identifiers analyzer-completion Issues with the analysis server's code completion feature 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
#49316 opened Jun 23, 2022 by sigurdm
invalid_internal_annotation gives false positive inside part file 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. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#49274 opened Jun 16, 2022 by sigurdm
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
Feature request: TypedData.subView() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-typed-data type-enhancement A request for a change that isn't a bug
#36249 opened Mar 18, 2019 by sigurdm
Hard to catch exception from writing to a closed socket 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
#36417 opened Apr 1, 2019 by sigurdm
SecureSocket.secure does not have argument supportedProtocols. 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
#37950 by sigurdm was closed Aug 23, 2019
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
ProTip! Add no:assignee to see everything that’s not assigned.