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

Allow comment introspection area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-enhancement A request for a change that isn't a bug
#59842 opened Jan 5, 2025 by Pebkac03
[macro] Declaring typedef not working and ruins macro generation area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature pkg-json The json macro package type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59717 opened Dec 14, 2024 by dsvishchov
[macros] typeDeclarationOf returns different results when running in test mode for enums area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59591 opened Nov 22, 2024 by cedvdb
Macros: Add a way to obtain the StackTrace responsible for generating a code. area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on pkg-macros The experimental package:_macros library type-enhancement A request for a change that isn't a bug
#56916 opened Oct 18, 2024 by rrousselGit
Dart Macro Augmentation Incorrectly Adds abstract to sealed Class , while using it with dart run area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56770 opened Sep 22, 2024 by manishgautammg3994
Code-generators/macros should provide a way to "bundle" renaming area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-macros Implementation of the macros feature P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#56764 opened Sep 21, 2024 by rrousselGit
[Macro] Incorrect report: macro_not_allowed_declaration. area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56747 opened Sep 18, 2024 by microtears
Macros: Serialisation issue from different file area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library
#56646 opened Sep 4, 2024 by varunbhalerao56
[Macro] [Analyzer] [Error] [Invalid argument(s): Unresolved identifier: int area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56560 opened Aug 23, 2024 by microtears
Unnecessary import prefixes in Dart macros while using covariant area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library
#56535 opened Aug 20, 2024 by manishgautammg3994
Dart Macros Cannot Handle Sealed Classes Correctly (Dart 3) area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56525 opened Aug 20, 2024 by manishgautammg3994
Macro application error when passing a list in a macro parameter area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56510 opened Aug 19, 2024 by alexeyinkin
Macro with explicit "dart:core" import doesn't work area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. cfe-feature-macros Implement macros features in the CFE feature-enhanced-parts Regarding the 'enhanced-parts' feature feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56478 opened Aug 15, 2024 by Sadhorsephile
Macro with Map param doesn't work properly area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56458 opened Aug 13, 2024 by Sadhorsephile
A macro cannot augment the same class twice area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56434 opened Aug 12, 2024 by alexeyinkin
Macro with field annotations doesn't work properly area-front-end Use area-front-end for front end / CFE / kernel format related issues. feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56410 opened Aug 8, 2024 by Sadhorsephile
macro_application_argument_error when passing an enum value as a macro parameter area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library
#56377 opened Aug 5, 2024 by alexeyinkin
Make it possible to augment constructor initializer in FieldDefinitionMacro area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-enhancement A request for a change that isn't a bug
#56337 opened Jul 29, 2024 by AlexanderFarkas
"Error: The macro can only be applied to enums or enum values." - What interface to use instead? area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) type-question A question about expected behavior or functionality
#56305 opened Jul 23, 2024 by Lootwig
Expose the code of an initializer to macros area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-macros Implementation of the macros feature type-enhancement A request for a change that isn't a bug
#56297 opened Jul 22, 2024 by alexeyinkin
Types Generated using the LibraryTypesMacro throws an error when instantiating area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56107 opened Jun 29, 2024 by kwasi-dev
A macro application generated by another macro is not invoked area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56042 opened Jun 19, 2024 by alexeyinkin
Types declared by a macro are not visible outside the library where the macro was applied area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56040 opened Jun 18, 2024 by alexeyinkin
pkg/_macros/test/executor/executor_test is failing area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature gardening pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56002 opened Jun 13, 2024 by a-siva
Macros: Expose doc comments of a declaration area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-macros Implementation of the macros feature
#55953 opened Jun 7, 2024 by alexeyinkin
ProTip! Mix and match filters to narrow down what you’re looking for.