Skip to content

Commit

Permalink
Indicate in the collection literal feature specification that this fe…
Browse files Browse the repository at this point in the history
…ature is now specified in the language specification (#3311)
  • Loading branch information
eernstg authored Aug 30, 2023
1 parent a5dc410 commit 92ad4bd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions accepted/2.3/unified-collections/feature-specification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unified Collections

## Status

**This document serves to document the background and history of the unified
collections feature. The source of truth on this topic at this time is the
'Collection Literals' section of the [language specification][]
([PDF][language specification PDF]).**

[language specification]: https://github.com/dart-lang/language/blob/master/specification/dartLangSpec.tex
[language specification PDF]: https://spec.dart.dev/DartLangSpecDraft.pdf

The Dart team is concurrently working on three proposals that affect collection
literals:

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

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

## Grammar

Expand Down

0 comments on commit 92ad4bd

Please sign in to comment.