Skip to content

Commit

Permalink
Various updates after April 8 meeting
Browse files Browse the repository at this point in the history
This pr does a couple things.

1. It marks 027-refactoring as accepted with the amendment made that a
   working group will be created to first discuss and clarify. See the
   amendment in recommendations/027-refactoring.md for the details.
2. Goes through and adds updates to the various proposals that remain
   open or marks them as completed if it was agreed upon during the
   meeting.

closes scalacenter#85
  • Loading branch information
ckipp01 committed Apr 9, 2022
1 parent 9159b2c commit a36f576
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
pull_request:

jobs:
error-check:
Expand All @@ -24,6 +23,6 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v4.14.0
with:
file_pattern: proposal/README.md
file_pattern: proposals/README.md
commit_message: "auto update proposal listing"
commit_author: Github Actions <actions@github.com>
1 change: 1 addition & 0 deletions proposals/004-sip-and-slip-coordination.md
Expand Up @@ -4,6 +4,7 @@ accepted: true
updates:
- SIP coordinator is Darja
- Still active but quiet for some time (Jan 2022)
- Currently being revamped and should come alive this next quarter (April 2022)
status: active
---

Expand Down
4 changes: 3 additions & 1 deletion proposals/021-zinc-improvements.md
@@ -1,7 +1,9 @@
---
date: December 2019
accepted: true
status: active
updates:
- Since most points have been addressed this has been moved to completed
status: completed
---

# SCP-021: Zinc improvements
Expand Down
2 changes: 2 additions & 0 deletions proposals/022-jsr-45.md
@@ -1,6 +1,8 @@
---
date: December 2019
accepted: true
updates:
- Not yet completed, but work has been done. Given time the goal is still to complete (April 2022)
status: active
---

Expand Down
2 changes: 2 additions & 0 deletions proposals/024-diversity.md
@@ -1,6 +1,8 @@
---
date: June 2020
accepted: true
updates:
- Work is currently focused on the community governance project which is intertwined with this (April 2022).
status: active
---

Expand Down
11 changes: 10 additions & 1 deletion proposals/027-refactoring.md
@@ -1,8 +1,9 @@
---
date: November 2021
status: awaiting discussion
status: accepted
updates:
- revised March 2022
- A working group will be created to further pull out actionable items from this proposal before any work will begin.
---

## Proposer
Expand Down Expand Up @@ -87,6 +88,14 @@ Similarly, we might take advantage of the work that's been done in [The Language
We expect overall effort to require one ~ three months effort, depending on the coordination required with interested parties.

We estimate that given six months, a single engineer should be able to make substantial progress.

## Amendment (Chris Kipp)

After the board meeting on April 8 it was agreed on that this proposal is
accepted, with the condition that a working group be created first to further
discuss the issues mentioned in here and also to pull out some more concrete
actionable items to better understand what exactly would constitute this
proposal being marked as *completed* in the future.

[lsp-rename]: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_rename
[lsp-car]: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction
Expand Down
1 change: 1 addition & 0 deletions recommendations/027-refactoring.md

0 comments on commit a36f576

Please sign in to comment.