-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Macros: Declaring a constructor on a generic class with an Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer.
cfe-feature-augmentation
Implement augmentation features in the CFE
cfe-feature-macros
Implement macros features in the CFE
feature-macros
Implementation of the macros feature
implements
breaks generation
area-fe-analyzer-shared
#55762
opened May 17, 2024 by
rrousselGit
pkg:json - Support for enums
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
#55760
opened May 17, 2024 by
pattobrien
Macro doesn't execute when defined in a project outside of analysis roots
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)
#55670
opened May 8, 2024 by
DanTup
JsonCodable macro field names
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
#55811
opened May 22, 2024 by
hanskokx
pkg:json - Support for dynamic values
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
#55761
opened May 17, 2024 by
pattobrien
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
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
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
Augmentation-related navigation
analyzer-ux
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-design
#54742
opened Jan 26, 2024 by
bwilkerson
"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
[macros] Add support of Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
cfe-feature-macros
Implement macros features in the CFE
cfe-parser
Parser issues in the CFE
feature-macros
Implementation of the macros feature
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
augmented
expression
area-analyzer
#55154
opened Mar 11, 2024 by
sgrekhov
Macros: Static types are broken
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
#55880
opened May 30, 2024 by
simolus3
Macros: expose 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
isConst
on ConstructorDeclaration
area-pkg
#55768
opened May 18, 2024 by
felangel
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] [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
[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
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_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
Code completion when editing a macro feels slow
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-enhancement
A request for a change that isn't a bug
#54693
opened Jan 22, 2024 by
jakemac53
Dart Macro Augmentation Incorrectly Adds 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)
abstract
to sealed
Class , while using it with dart run
area-fe-analyzer-shared
#56770
opened Sep 22, 2024 by
manishgautammg3994
CFE should check for introspection cycles in declarations phase
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
#54767
opened Jan 30, 2024 by
davidmorgan
Add test runner support for validating consistent macro output across tools
area-test
Cross-cutting test issues (use area- labels for specific failures; not used for package:test).
feature-macros
Implementation of the macros feature
#54718
opened Jan 24, 2024 by
jakemac53
Applying a macro in the wrong place is an error
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)
#54659
opened Jan 18, 2024 by
davidmorgan
Check for macro executor changes in the incremental build
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
#54180
opened Nov 29, 2023 by
davidmorgan
Design/implement a source map strategy for macro generated augmentations
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
feature-macros
Implementation of the macros feature
web-dart2js
web-dev-compiler
#53913
opened Oct 31, 2023 by
jakemac53
Previous Next
ProTip!
Updated in the last three days: updated:>2025-01-08.