Skip to content

Commit 92ad4bd

Browse files
authored
Indicate in the collection literal feature specification that this feature is now specified in the language specification (#3311)
1 parent a5dc410 commit 92ad4bd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

accepted/2.3/unified-collections/feature-specification.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Unified Collections
22

3+
## Status
4+
5+
**This document serves to document the background and history of the unified
6+
collections feature. The source of truth on this topic at this time is the
7+
'Collection Literals' section of the [language specification][]
8+
([PDF][language specification PDF]).**
9+
10+
[language specification]: https://github.com/dart-lang/language/blob/master/specification/dartLangSpec.tex
11+
[language specification PDF]: https://spec.dart.dev/DartLangSpecDraft.pdf
12+
313
The Dart team is concurrently working on three proposals that affect collection
414
literals:
515

@@ -16,10 +26,10 @@ To make things easier on implementers and anyone else trying to understand the
1626
entire set of changes, this specification unifies and subsumes all three of
1727
those proposals.
1828

19-
**This document is now the source of truth for these language changes.** The
29+
**This document is a further development of the documents about spread collections
30+
and control flow collections, and it supersedes those documents.** The
2031
other three proposals are useful because they contain motivation and other
2132
context, but the precise syntax and semantics may be out of date in those docs.
22-
This is where you should be looking if you're an implementer.
2333

2434
## Grammar
2535

0 commit comments

Comments
 (0)