This document is now obsolete, please refer to the current version.
Author: eernst@.
Version: 0.1 (2017-08-15)
Status: Under discussion
This document is now obsolete, please refer to the current version.
Author: eernst@.
Version: 0.1 (2017-08-15)
Status: Under discussion
Author: eernst@
Status: Under discussion.
This document is an informal specification of the dispatching parameter feature in Dart. That feature allows a function parameter to implicitly serve as the receiver for member accesses (e.g., calling instance methods) in the body of the function, similar to the ability of the object denoted by
This document may be obsolete, if in doubt please refer to the version in the SDK repository.
Author: eernst@
Version: 0.9 (2018-10-16)
Status: Implemented.
This document is now obsolete, please refer to the version in the SDK repository.
Author: eernst@
Status: Under implementation.
Version: 0.6 (2018-03-22)
This document is now obsolete, please refer to the review containing the current version and, soon, the version in the SDK repository.
Author: eernst@.
Version: 0.8 (2018-10-16).
diff --git a/reflectable/lib/mirrors.dart b/reflectable/lib/mirrors.dart | |
index 8d3cd64..09ece0e 100644 | |
--- a/reflectable/lib/mirrors.dart | |
+++ b/reflectable/lib/mirrors.dart | |
@@ -719,6 +719,17 @@ abstract class TypeMirror implements DeclarationMirror { | |
/// [TypeRelationsCapability]. | |
List<TypeMirror> get typeArguments; | |
+ /// An immutable list with [Type] values for the actual type arguments | |
+ /// of this type. |
Author: eernst@
Version: 0.1
We have created a Dart specification parser, built on a grammar specification Dart.g, which is transformed into a working parser by the tool ANTLR v3, using a couple of helper files (in particular, spec_parse.py and spec_parser). This document gives a short introduction to what it is, and some motivations for why we have it, along with an outline of the consequences for the testing workflow when we have a specification parser.
This document is now obsolete, please refer to the version in the SDK repository.
Owner: eernst@
Status: Implemented.
Version: 0.5 (2018-02-01)
This document may be obsolete, or it may be a proposed new version; if in doubt please consider the version in the SDK repository.
Author: eernst@.
Version: 0.7 (2018-04-10)