Skip to content

Issues: dart-lang/language

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 the type of an object pattern to be inferred when specified as _ patterns Issues related to pattern matching. small-feature A small feature which is relatively cheap to implement.
#4124 opened Oct 8, 2024 by eernstg
Allow refutable patterns in assignment patterns. feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#4040 opened Aug 16, 2024 by lrhn
Allow use switch expression to init a const variable enhanced-const Requests or proposals about enhanced constant expressions patterns Issues related to pattern matching. request Requests to resolve a particular developer problem
#4021 opened Aug 7, 2024 by huanghui1998hhh
Unusable inference in list pattern with dynamic value. patterns Issues related to pattern matching.
#3956 opened Jul 3, 2024 by lrhn
Allow pattern case conditions in while statements. feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3927 opened Jun 20, 2024 by lrhn
allow to destructure record types with positional fields feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3782 opened May 3, 2024 by ekuleshov
Analyzer and front end have different (and dubious) interpretations of type tests in pattern spec patterns Issues related to pattern matching. technical-debt Dealing with a part of the language which needs clarification or adjustments
#3586 opened Jan 26, 2024 by stereotype441
Cast pattern executes even when operand subpattern is refuted patterns Issues related to pattern matching.
#3529 opened Dec 20, 2023 by fishythefish
Type Promotion For If-Case Statements feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3505 opened Dec 8, 2023 by mcmah309
[patterns] Void patterns should not support member access? patterns Issues related to pattern matching.
#3504 opened Dec 8, 2023 by modulovalue
Allow switch without scrutinee and patterns in cases patterns Issues related to pattern matching. request Requests to resolve a particular developer problem
#3457 opened Nov 9, 2023 by alexrintt
Safe list destructuring feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3430 opened Oct 25, 2023 by Reprevise
Inconsistent behavior of field promotion in irrefutable patterns. bug There is a mistake in the language specification or in an active document field-promotion Issues related to addressing the lack of field promotion flow-analysis Discussions about possible future improvements to flow analysis patterns Issues related to pattern matching.
#3418 opened Oct 19, 2023 by stereotype441
Modeling a "Result" type is possible, but difficult patterns Issues related to pattern matching. request Requests to resolve a particular developer problem type-inference Type inference, issues or improvements
#3337 opened Sep 10, 2023 by matanlurey
Set patterns feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3296 opened Aug 21, 2023 by miDeb
Unsoundness in exhaustiveness with on clauses bug There is a mistake in the language specification or in an active document class-modifiers Issues related to "base", "final", "interface", and "mixin" modifiers on classes and mixins. patterns Issues related to pattern matching.
#3275 opened Aug 15, 2023 by lrhn
Record pattern matching nullability deduction inference patterns Issues related to pattern matching. records Issues related to records.
#3243 opened Jul 26, 2023 by maprohu
Rest for pattern matching positional record fields feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3190 opened Jul 2, 2023 by water-mizuu
try <pattern> feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3179 opened Jun 30, 2023 by ds84182
Consider a shorthand for boolean fields feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3114 opened May 27, 2023 by nex3
Propagate promotions out of cast patterns flow-analysis Discussions about possible future improvements to flow analysis patterns Issues related to pattern matching.
#3099 opened May 22, 2023 by stereotype441
[Pattern-matching] Allow :name syntax in switch statements patterns Issues related to pattern matching. request Requests to resolve a particular developer problem
#3092 opened May 21, 2023 by subzero911
Switch expression is not exhaustive on integers patterns Issues related to pattern matching.
#3083 opened May 13, 2023 by Pante
Boolean pattern matches feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#3062 opened May 11, 2023 by nex3
Switch expression doesn't actually seem to be an expression. patterns Issues related to pattern matching.
#3061 opened May 11, 2023 by your-diary
ProTip! Type g i on any issue or pull request to go back to the issue listing page.