Skip to content

Commit 063d558

Browse files
aphillipsgithub-actions[bot]eemelistasm
authored
Sync with main (#492)
* Create notes-2023-10-02.md (#486) * Design document for variable mutability and namespacing (#469) * Design document for variable mutability and namespacing * style: Apply Prettier * Partly address #299 * style: Apply Prettier * Address comments, fix sigil choice - change `@` to `#` because we want to use `@` for annotations such as `@locale` - Provide text that considers not making ugly local variables - Provide use cases for static analysis - Call out the perfidy of the author in stealing ill-baked requirements * style: Apply Prettier * Add @eemelie's `input` proposal as an option considered * Update exploration/variable-mutability.md Co-authored-by: Eemeli Aro <[email protected]> * Add new proposed design * Update exploration/variable-mutability.md Co-authored-by: Addison Phillips <[email protected]> * Address @eemeli's comments Specifically the one about forward references * style: Apply Prettier * Update exploration/variable-mutability.md Co-authored-by: Eemeli Aro <[email protected]> * Update exploration/variable-mutability.md Co-authored-by: Eemeli Aro <[email protected]> * Update exploration/variable-mutability.md Co-authored-by: Eemeli Aro <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eemeli Aro <[email protected]> Co-authored-by: Eemeli Aro <[email protected]> * Create notes-2023-10-09.md * Update notes-2023-10-09.md * Remove the Prettier push action (#491) Remove the Prettier lint action * Remove numbers from the existing design proposals (#490) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eemeli Aro <[email protected]> Co-authored-by: Eemeli Aro <[email protected]> Co-authored-by: Stanisław Małolepszy <[email protected]>
1 parent 097980d commit 063d558

9 files changed

+1024
-151
lines changed

.github/workflows/prettier.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

exploration/0000-design-proposal-template.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

exploration/TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Design Proposal Template
2+
3+
Status: **Proposed**
4+
5+
<details>
6+
<summary>Metadata</summary>
7+
<dl>
8+
<dt>Contributors</dt>
9+
<dd>@username</dd>
10+
<dt>First proposed</dt>
11+
<dd>2023-01-01</dd>
12+
<dt>Pull Requests</dt>
13+
<dd>#000</dd>
14+
</dl>
15+
</details>
16+
17+
## Objective
18+
19+
_What is this proposal trying to achieve?_
20+
21+
## Background
22+
23+
_What context is helpful to understand this proposal?_
24+
25+
## Use-Cases
26+
27+
_What use-cases do we see? Ideally, quote concrete examples._
28+
29+
## Requirements
30+
31+
_What properties does the solution have to manifest to enable the use-cases above?_
32+
33+
## Constraints
34+
35+
_What prior decisions and existing conditions limit the possible design?_
36+
37+
## Proposed Design
38+
39+
_Describe the proposed solution. Consider syntax, formatting, errors, registry, tooling, interchange._
40+
41+
## Alternatives Considered
42+
43+
_What other solutions are available?_
44+
_How do they compare against the requirements?_
45+
_What other properties they have?_

0 commit comments

Comments
 (0)