This document may be obsolete, or it may be a proposed new version; if in doubt please consider the version in the SDK repository (which may not yet exist).
Owner: eernst@
Status: Under discussion.
This document may be obsolete, or it may be a proposed new version; if in doubt please consider the version in the SDK repository (which may not yet exist).
Owner: eernst@
Status: Under discussion.
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)
This document is now obsolete, please refer to the version in the SDK repository.
Owner: eernst@
Status: Implemented.
Version: 0.5 (2018-02-01)
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.
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. |
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).
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 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.