-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Insights: dart-lang/sdk
Overview
-
- 0 Merged pull requests
- 2 Open pull requests
- 77 Closed issues
- 38 New issues
Could not load contribution data
Please try again later
2 Pull requests opened by 2 people
-
Add credentials for bearer token authentication
#60048 opened
Feb 4, 2025 -
Bump github/codeql-action from 3.28.8 to 3.28.9
#60084 opened
Feb 10, 2025
77 Issues closed by 19 people
-
Control-flow collecion issue for the set literals
#60087 closed
Feb 10, 2025 -
[analyzer] Missing completion for enum constants
#56971 closed
Feb 10, 2025 -
[ddc] Error messages no longer appearing when running apps in Chrome
#55893 closed
Feb 7, 2025 -
Dart DevTools CPU Flame Chart shows wrong times
#60042 closed
Feb 7, 2025 -
Patterns destructing functions are colored the same as getters
#59976 closed
Feb 7, 2025 -
Add a Wrap with ValueListenableBuilder quick assist
#60071 closed
Feb 7, 2025 -
[dart2wasm] Optimize bounds checks
#51318 closed
Feb 7, 2025 -
[dart2wasm] Move slow paths in standard library to separate, non-inlined functions
#54395 closed
Feb 7, 2025 -
Improve analyzer error message for an empty enum
#60053 closed
Feb 6, 2025 -
Code-generators should provide a way to "bundle" renaming
#60072 closed
Feb 6, 2025 -
pkg/dds/test/dap/integration/debug_test fails after macro support was removed
#60034 closed
Feb 6, 2025 -
Macros: Allow extendsType to extend a class generated by the macro
#59726 closed
Feb 6, 2025 -
[Analyzer] No quick-fix for "Invalid constant value."
#47532 closed
Feb 6, 2025 -
Dart DevTools: Loading CPU profile in JIT doesn't work
#60041 closed
Feb 6, 2025 -
[dart2wasm] take advantage of unrecoverable soundness bugs for faster type checking
#53031 closed
Feb 6, 2025 -
[gardening] pkg/vm_snapshot_analysis/test/instruction_sizes_test flaky timing out
#60067 closed
Feb 6, 2025 -
Tear-off equality for extensions and extension types
#60065 closed
Feb 6, 2025 -
Feature Request: Add .toggle() extension for bool in Dart
#60064 closed
Feb 6, 2025 -
No analysis on `package:build` in `build` repo in VSCode
#60052 closed
Feb 6, 2025 -
Enum reordering causes unexpected results when using the DFE and Hot Reload
#32344 closed
Feb 6, 2025 -
New assist to add/edit `hide` at import for ambiguous import
#56830 closed
Feb 5, 2025 -
vm/dart/isolates/concurrency_stress_sanity_test failing due to deleted test
#60031 closed
Feb 5, 2025 -
`iso-stress-linux` failed due to unexpected "concurrent modification during iteration" error
#60044 closed
Feb 5, 2025 -
Shared interface members accidentally exposed through analyzer public API
#59763 closed
Feb 5, 2025 -
vm/cc/Assembler_Drop fails on vm-mac-debug-arm64, vm-win-debug-arm64 bots
#46433 closed
Feb 5, 2025 -
[macros] support for `prefer_generic_function_type_aliases`
#59449 closed
Feb 5, 2025 -
Hint to catch redundant //ignores
#35234 closed
Feb 5, 2025 -
[gardening/vm] vm/dart/devirtualization_during_inlining_il_test not inlining on all bots
#54940 closed
Feb 5, 2025 -
Failure on m1 release bot
#46766 closed
Feb 5, 2025 -
Flaky crash in `vm/cc/IsolateReload_NoLibsModified` reload test
#46096 closed
Feb 5, 2025 -
Intermittent timeouts on a handful of vm/cc tests
#37740 closed
Feb 5, 2025 -
[vm][aot] co19/LibTest/typed_data/Float32List/setRange_A06_t01 failing
#54304 closed
Feb 5, 2025 -
Macro test failures
#55390 closed
Feb 5, 2025 -
`flag_fuzzer` managed to produce unexpected output
#59727 closed
Feb 5, 2025 -
No runtime error when `call` getter is implicitly invoked
#59965 closed
Feb 4, 2025 -
[analyzer plugins] Plugin-reported diagnostics should be ignorable inline
#59647 closed
Feb 4, 2025 -
[vm/ffi] Verify leaf calls do not do callbacks
#60021 closed
Feb 4, 2025 -
Flaky invalid object pointer in language/deferred/not_loaded_check_test
#60035 closed
Feb 4, 2025 -
Flaky crash with `error: expected: IsWellFormed()` - possibly GC / memory corruption
#59905 closed
Feb 4, 2025 -
Macros: Expose doc comments of a declaration
#55953 closed
Feb 3, 2025 -
[Macros] Allow reporting diagnostics on class keywords/identifiers
#55718 closed
Feb 3, 2025 -
Macro. Insert an empty line between methods in the merged code.
#53826 closed
Feb 3, 2025 -
Types declared by a macro are not visible outside the library where the macro was applied
#56040 closed
Feb 3, 2025 -
[Macros] ClassTypeBuilder.declareType with mixin crashes the dart analysis server in vscode
#55892 closed
Feb 3, 2025 -
Macros: Declaring a constructor on a generic class with an `implements` breaks generation
#55762 closed
Feb 3, 2025 -
CFE missing new type from macro in imported file
#55361 closed
Feb 3, 2025 -
CFE should check for introspection cycles in declarations phase
#54767 closed
Feb 3, 2025 -
Types Generated using the LibraryTypesMacro throws an error when instantiating
#56107 closed
Feb 3, 2025 -
Code completion when editing a macro feels slow
#54693 closed
Feb 3, 2025 -
Track macro dependencies at the library level for improved invalidation
#55784 closed
Feb 3, 2025 -
Macros: Expose to `FormalParameter` whether a field is `final` or not.
#55764 closed
Feb 3, 2025 -
Macros: expose `isConst` on `ConstructorDeclaration`
#55768 closed
Feb 3, 2025 -
What should `OmittedTypeAnnotation.code` produce?
#55677 closed
Feb 3, 2025 -
How to reference extension methods in macro generated code?
#55672 closed
Feb 3, 2025 -
Macro does not give details when run in command line.
#55610 closed
Feb 3, 2025 -
Surface macro deps from CFE, use them for invalidation everywhere
#55246 closed
Feb 3, 2025 -
[macros] Add support of `augmented` expression
#55154 closed
Feb 3, 2025 -
Nested macro application fails on analyzer
#54922 closed
Feb 3, 2025 -
CFE should report an error for macro applications too close to the macro impl
#54916 closed
Feb 3, 2025 -
Analyzer should more gracefully handle unimplemented macro APIs
#54861 closed
Feb 3, 2025 -
Add test runner support for validating consistent macro output across tools
#54718 closed
Feb 3, 2025 -
Applying a macro in the wrong place is an error
#54659 closed
Feb 3, 2025 -
Build macros everywhere
#54404 closed
Feb 3, 2025 -
Check for macro executor changes in the incremental build
#54180 closed
Feb 3, 2025 -
Design/implement a source map strategy for macro generated augmentations
#53913 closed
Feb 3, 2025 -
Write language tests for macros
#53630 closed
Feb 3, 2025 -
Tool support for passing in pre-built macro binaries
#53710 closed
Feb 3, 2025 -
Macros: resolveIdentifier does not resolve identifiers exported from other libraries
#55910 closed
Feb 3, 2025 -
Macros: Static types are broken
#55880 closed
Feb 3, 2025 -
[macro] Declaring typedef not working and ruins macro generation
#59717 closed
Feb 3, 2025 -
Allow comment introspection
#59842 closed
Feb 3, 2025 -
Macro: Macros Add `abstract` keyword To Sealed Type Augmentations Which Breaks Code
#59761 closed
Feb 3, 2025 -
CTRL + Click on alias defined multiple times results in weird output
#56931 closed
Feb 3, 2025 -
False positive for `library_private_types_in_public_api` in private typedefs
#60028 closed
Feb 3, 2025 -
Analyzer Feedback from android studio
#60032 closed
Feb 3, 2025
38 Issues opened by 27 people
-
Self type leads to typing problems
#60088 opened
Feb 10, 2025 -
Analyzer should ignore warning on private typedefs
#60086 opened
Feb 10, 2025 -
Add `DateTime.copyWith` to class instead of extension method
#60085 opened
Feb 10, 2025 -
please fix the dart cli in the flutter bin folder
#60083 opened
Feb 8, 2025 -
Missing warning on partially-unused record destruction
#60082 opened
Feb 8, 2025 -
Does element_offset need to guard against overflow?
#60081 opened
Feb 7, 2025 -
Duplicate "Add type annotation" assist
#60080 opened
Feb 7, 2025 -
Add support to data-driven fixes to handle cases where the return type has changed
#60079 opened
Feb 7, 2025 -
[linter] `unnecessary_else_block` suggestion
#60078 opened
Feb 7, 2025 -
[unnecessary_statements] undetected unnecessary statement
#60077 opened
Feb 7, 2025 -
[CFE] computeTypeShapeCheckSufficiency is too conservative with nullability mismatches
#60076 opened
Feb 7, 2025 -
Share implementations for Flutter `Builder`-like assists
#60075 opened
Feb 6, 2025 -
[wildcards] add a new `SDK_VERSION_WILDCARDS` diagnostic
#60074 opened
Feb 6, 2025 -
[productivity] (vscode) add server test launch configurations
#60070 opened
Feb 6, 2025 -
Add `failuresOnly` to `defineReflectiveSuite`
#60069 opened
Feb 6, 2025 -
Closure and closure context field loads are not folded in AOT
#60068 opened
Feb 6, 2025 -
Support glob pattern in workspace feature
#60066 opened
Feb 6, 2025 -
Macros follow-up: Transpose compilation errors in the generated code to the corresponding annotation
#60063 opened
Feb 6, 2025 -
Macros follow-up: Support emitting diagnostics in the generated code
#60062 opened
Feb 6, 2025 -
[fix] improve `unnecessary_ignore` correction coverage
#60061 opened
Feb 5, 2025 -
Don't suggest converting getters into fields for extension types
#60060 opened
Feb 5, 2025 -
Function.apply() named parameters fail when compiled to Wasm
#60059 opened
Feb 5, 2025 -
Add custom lint to sanity check analyzer public API
#60058 opened
Feb 5, 2025 -
Unexpected Version of kernel sdk
#60057 opened
Feb 5, 2025 -
[ddc] Generate code to call specialized as helpers from package:_rti
#60056 opened
Feb 5, 2025 -
Conditionals and "cast_nullable_to_non_nullable"
#60055 opened
Feb 5, 2025 -
Allow underscore in lower- and UpperCamelCase names
#60054 opened
Feb 5, 2025 -
[analyzer] Switch language version usages of `Version` to `LanguageVersion`
#60051 opened
Feb 5, 2025 -
Add dart2wasm --dry-run option
#60050 opened
Feb 4, 2025 -
[diagnostics] fix under-reporting of deprecated lints in options
#60049 opened
Feb 4, 2025 -
Crash when attempting to rename a formal parameter of a closure
#60047 opened
Feb 4, 2025 -
Occurrence now highlighted for formal parameter of a closure
#60046 opened
Feb 4, 2025 -
Many dart2wasm-linux-optimized-jsc tests are failing when upgrading from JSC 288804 to 289733
#60045 opened
Feb 4, 2025 -
Deprecate/remove parts of the legacy Analysis Server protocol that are not used by clients
#60043 opened
Feb 4, 2025 -
`augment` keyword analyzes fine but is not recognized and produces error during compile
#60039 opened
Feb 3, 2025 -
[vm/ffi] Add support for weak symbols `@Native(weak: true)`
#60038 opened
Feb 3, 2025 -
[tests] organize/consolidate/de-duplicate shared or shareable analyzer/server/linter test logic
#60036 opened
Feb 3, 2025
73 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Turn `convert to getter` assist into `extension_type_declares_instance_field` fix
#59831 commented on
Feb 3, 2025 • 0 new comments -
Proposal: Provide an "Async Aware" operator:
#25986 commented on
Feb 3, 2025 • 0 new comments -
Packages for openSUSE or RPMs in general
#45724 commented on
Feb 3, 2025 • 0 new comments -
[Dart Fix] dart fix `addParameter` and `removeParameter` changes don't apply to method overrides
#52646 commented on
Feb 3, 2025 • 0 new comments -
Support ignoring lint(s) for a part of the file
#60013 commented on
Feb 3, 2025 • 0 new comments -
Bad autocompletion for type inside import alias when declaring a function inside a class
#59865 commented on
Feb 3, 2025 • 0 new comments -
Error encountered while parsing package_config.json: Unexpected end of input
#59992 commented on
Feb 3, 2025 • 0 new comments -
[dartdev] Add `dart prebuild` command to build native assets
#52992 commented on
Feb 3, 2025 • 0 new comments -
[analyzer] Non-null assertion error in AstRewriter
#56833 commented on
Feb 3, 2025 • 0 new comments -
[VM/AOT] Smaller `throw` expressions
#56969 commented on
Feb 3, 2025 • 0 new comments -
`iso-stress-linux` bot crashed from trace/breakpoint trap
#59781 commented on
Feb 3, 2025 • 0 new comments -
[Augmentations] No error when augmenting enum has no values
#56883 commented on
Feb 4, 2025 • 0 new comments -
Taking time to save files in vscode
#51346 commented on
Feb 4, 2025 • 0 new comments -
co19/Language/Variables/Evaluation_of_Implicit_Variable_Getters/definition_A01_t02 fails on dart2wasm
#60022 commented on
Feb 4, 2025 • 0 new comments -
Feature request (analysis server): Import multiple symbols in show clause(s) at once
#56608 commented on
Feb 4, 2025 • 0 new comments -
Discontinue support for IA32 architecture
#49969 commented on
Feb 4, 2025 • 0 new comments -
Difference in output for `DECLARES_INSTANCE_FIELD` in extension and extension type
#59847 commented on
Feb 4, 2025 • 0 new comments -
☂️ New analyzer plugin system
#53402 commented on
Feb 4, 2025 • 0 new comments -
`call` method invocation and `noSuchMethod` forwarder
#59952 commented on
Feb 4, 2025 • 0 new comments -
Dynamic invocations incorrectly access "call" field in VM, dart2js, dart2wasm
#51517 commented on
Feb 4, 2025 • 0 new comments -
`VmService` can try to write to a closed socket
#59906 commented on
Feb 4, 2025 • 0 new comments -
Impossible to use HTTPS with server on local network (IoT device) that has an intermediate certificate
#59948 commented on
Feb 4, 2025 • 0 new comments -
Coverage tracking sometimes misses a line
#53349 commented on
Feb 5, 2025 • 0 new comments -
[Breaking Change Request] Remove support for ia32 from the dart sdk
#59698 commented on
Feb 5, 2025 • 0 new comments -
[breaking change] Change the superinterface of `IntX`
#59776 commented on
Feb 5, 2025 • 0 new comments -
`mixin class` hides super methods of other ascendants.
#53549 commented on
Feb 5, 2025 • 0 new comments -
Redirecting factory tear-off type error.
#53837 commented on
Feb 5, 2025 • 0 new comments -
Hover for docs in `analysis_options`
#55592 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] support for `unnecessary_getters_setters`
#59443 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] support for `avoid_unused_constructor_parameters`
#59442 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] support for `avoid_equals_and_hash_code_on_mutable_classes`
#59440 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] support for `avoid_setters_without_getters`
#59436 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] 🟡 support for `annotate_redeclares`
#59435 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] 🟡 support for `annotate_overrides`
#59433 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] don't report `public_member_api_docs` on augmentations
#59419 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] support for `unnecessary_overrides`
#59418 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] support for `use_enums`
#59416 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] consider updating `avoid_renaming_method_parameters` to check augmented functions
#59409 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] Ensure correct behavior in avoid_private_typedef_functions
#59405 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] Ensure correct behavior in prefer_final_fields
#59404 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] Ensure correct behavior in unreachable_from_main
#59402 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] Ensure correct behavior in `use_late_for_private_fields_and_variables`
#59403 commented on
Feb 5, 2025 • 0 new comments -
[augmentations] linter support
#59399 commented on
Feb 5, 2025 • 0 new comments -
Crash in Instance::GetType on iso-stress-linux bot
#60017 commented on
Feb 5, 2025 • 0 new comments -
AOT produce the same code several times
#60012 commented on
Feb 5, 2025 • 0 new comments -
dart compile exe support static linking of C code
#47718 commented on
Feb 6, 2025 • 0 new comments -
Stream's `timeout` doesn't interrupt asynchronous generator functions.
#59856 commented on
Feb 6, 2025 • 0 new comments -
Improve auto-complete for override
#59930 commented on
Feb 6, 2025 • 0 new comments -
Dart fix support for `dart:X` libraries
#59764 commented on
Feb 6, 2025 • 0 new comments -
☔ Deprecate legacy HTML/JS libraries/packages
#59716 commented on
Feb 6, 2025 • 0 new comments -
Code-generators should provide a way to "bundle" renaming
#56764 commented on
Feb 6, 2025 • 0 new comments -
proposal: `dartdoc_macro_reference`
#58914 commented on
Feb 7, 2025 • 0 new comments -
[lint] [omit_obvious_local_variable_types] false positive
#59957 commented on
Feb 7, 2025 • 0 new comments -
[dart2wasm] Consider using symbols in function type representations
#50915 commented on
Feb 7, 2025 • 0 new comments -
Analyzer doesn't report duplicate getter
#59977 commented on
Feb 7, 2025 • 0 new comments -
[process/docs] update lint rule codegen script and lint writing docs
#59696 commented on
Feb 7, 2025 • 0 new comments -
Create function/method should take `await` into consideration
#59990 commented on
Feb 7, 2025 • 0 new comments -
bad add required argument
#59950 commented on
Feb 7, 2025 • 0 new comments -
Auto complete on variable destruction can be improved
#59854 commented on
Feb 7, 2025 • 0 new comments -
Quick fix for `@mustCallSuper` doesn't work with multiple parameters
#59745 commented on
Feb 7, 2025 • 0 new comments -
for_in_of_invalid_element_type should differenciate type declaration
#59712 commented on
Feb 7, 2025 • 0 new comments -
Create new file quick fix for enhanced part always uses the main file name
#59708 commented on
Feb 7, 2025 • 0 new comments -
"Add cast" fix places cast in wrong place for extension type on list
#56946 commented on
Feb 7, 2025 • 0 new comments -
Nullable future generated as return type for async functions that return a nullable value
#54865 commented on
Feb 7, 2025 • 0 new comments -
[analyzer] offer fix to add `late` for `invalid_reference_to_this`
#49218 commented on
Feb 7, 2025 • 0 new comments -
[analyzer] `Create constructor` fix to add `key` for widget if applicable
#48976 commented on
Feb 7, 2025 • 0 new comments -
[analyzer] Potential quick fix for incomplete function literal
#46972 commented on
Feb 7, 2025 • 0 new comments -
Add a quick fix to wrap a flutter widget with streamBuilder and futureBuilder
#34364 commented on
Feb 7, 2025 • 0 new comments -
Dart2JS should use Promise.then for scheduleImmediate
#20055 commented on
Feb 7, 2025 • 0 new comments -
Linter rules such as `enable_null_safety` don't show diagnostic anymore
#59869 commented on
Feb 10, 2025 • 0 new comments -
dartdev: Add empty project template
#56120 commented on
Feb 5, 2025 • 0 new comments -
Fix: Adding absolute paths to build.py and gn.py
#59798 commented on
Feb 4, 2025 • 0 new comments -
[WIP] feat: Add `DateTimeSecondsSinceEpoch`
#59975 commented on
Feb 4, 2025 • 0 new comments