Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
-
-
-
Forked from dart-lang/async
A Dart package that contains tools to work with asynchronous computations.
Dart
-
-
279 contributions in the last year
Contribution activity
August 2019
Created an issue in dart-lang/sdk that received 13 comments
[Phase 3 - Release] Support extension methods in dartpad/codemirror.
This tracks any required work to validate support for extension methods in the dartpad editor, and to update the dartpad backend to support extensi…
13
comments
- Migrate VM libraries to NNBD
- CFE gives wrong line number for some errors in extensions
- Analyzer incorrectly resolves unqualified identifiers in classes
- Static error updater tool seems to insert line numbers where not needed
- Static error updater tool emits incorrect line numbers.
- [Breaking Change Request] Inference change when using Null values in a FutureOr context
- Migrate dart:html and related web libraries to NNBD
- Replace the SDK core libraries with the NNBD migrated version
- Migrate core libraries to NNBD
- Land NNBD migrated core libraries in the SDK
- NNBD platform library migration
- Analyzer incorrectly resolves assignments to extension method setters which shadow toplevel symbols
- Analyzer incorrectly resolves assignment to an instance setter which shadows a toplevel method
- [Phase 2 - Tools] Support extension methods in web debugging tools.
- [Phase 2 - Tools] Validate that built value works with extensions methods
- [Phase 2 - Tools] Validate that the angular compiler works with extensions methods
- [Phase 2 - Tools] Support for extension methods in VM service and observatory.
- [Phase 2 - Tools] Dartdoc support for Static Extension Methods
- Analyzer is missing error for getter/setter assignability in extension methods
- Static error updater tool should support updating (but not adding/removing) errors
- CFE missing error on duplicate export of partially shadowed field
- Analyzer issues an incorrect error when a duplicate export is locally shadowed
- Test runner doesn't indicate when it's skipping a static error test
- Analyzer does not recognize extension methods referred to as bare words in classes
- Static error updater doesn't handle multi-tests
- Some issues not shown.
- Should extension names shadow internally using basenames?
- Specify name conflicts for extension members
- Should we change instantiate to bounds in the NNBD release?
- Clarify specification of errors around exports of clashing names
- Extension method proposal needs to address bounds checking of type arguments.