Skip to content

Commit fee73fc

Browse files
aphillipseemeli
andauthored
Update design docs and their status (#791)
* Update design docs and their status * Update exact-match-selector-options.md * Update quoted-literals.md * Update selection-matching-options.md * Update string-selection-formatting.md * Update variable-mutability.md * Update variants.md * Update exploration/variable-mutability.md Co-authored-by: Eemeli Aro <[email protected]> --------- Co-authored-by: Eemeli Aro <[email protected]>
1 parent 8402d73 commit fee73fc

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

exploration/code-mode-introducer.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Design Proposal: Choosing a Code Mode Introducer
22

3-
Status: **Proposed**
3+
Status: **Accepted**
44

55
<details>
66
<summary>Metadata</summary>
@@ -77,10 +77,9 @@ private-start = "^" / "&"
7777

7878
_Describe the proposed solution. Consider syntax, formatting, errors, registry, tooling, interchange._
7979

80-
We need to choose one of these (or another option not yet considered).
81-
Presentation at UTW did not produce any opinions.
82-
83-
Based on the pro/cons below, I would suggest Option D is possibly the best option?
80+
A modified version of Option D was chosen.
81+
The keyword `when` was dropped after this design was completed.
82+
"Simple" messages do not require the `pattern` to be quoted.
8483

8584
## Alternatives Considered
8685

exploration/exact-match-selector-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Design Proposal Template
1+
# Name of the "Exact Match" selector function
22

33
Status: **Accepted**
44

exploration/quoted-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quoted Literals
22

3-
Status: **Proposed**
3+
Status: **Accepted**
44

55
<details>
66
<summary>Metadata</summary>

exploration/selection-matching-options.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Selection Matching Options
22

3+
Status: **Obsolete**
4+
5+
<details>
6+
<summary>Metadata</summary>
7+
<dl>
8+
<dt>Contributors</dt>
9+
<dd>@aphillips</dd>
10+
</dl>
11+
</details>
12+
13+
> [!NOTE]
14+
> This document was used as part of the discussion for choosing the type of matching.
15+
> It is preserved for historical reasons, but does not conform to the format of a
16+
> normal design document.
17+
318
## Recommendation
419

520
We are discussing whether to change First-Match to another value. Currently voting looks like:

exploration/string-selection-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Selection and Formatting on String Values
22

3-
Status: **Proposed**
3+
Status: **Accepted**
44

55
<details>
66
<summary>Metadata</summary>

exploration/variable-mutability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Design Proposal Template
1+
# Variable Namespacing and Mutability
22

33
Status: **Accepted**
44

exploration/variants.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This is a collection of message examples which require a branching logic to
44
handle grammatical variations of the copy.
55

6+
> [!NOTE]
7+
> This document contains examples used during design discussions.
8+
> It is not a formal design document and is preserved for historical reasons.
9+
610
## Regular plurals
711

812
### English

0 commit comments

Comments
 (0)