Skip to content

Commit 21136e3

Browse files
Use full month name to avoid "NaN" on status page (swiftlang#1103)
* Update process.md * Update 0272-swiftpm-binary-dependencies.md * Update 0273-swiftpm-conditional-target-dependencies.md
1 parent 8cab81d commit 21136e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ A given proposal can be in one of several states:
8989
* **Awaiting review**: The proposal is awaiting review. Once known, the dates
9090
for the actual review will be placed in the proposal document. When the review
9191
period begins, the review manager will update the state to *Active review*.
92-
* **Scheduled for review (MONTH DAY...MONTH DAY)**: The public review of the proposal
92+
* **Scheduled for review (FULL_MONTH_NAME DAY...FULL_MONTH_NAME DAY)**: The public review of the proposal
9393
in the [Swift forums][proposal-reviews]
9494
has been scheduled for the specified date range.
95-
* **Active review (MONTH DAY...MONTH DAY)**: The proposal is undergoing public review
95+
* **Active review (FULL_MONTH_NAME DAY...FULL_MONTH_NAME DAY)**: The proposal is undergoing public review
9696
in the [Swift forums][proposal-reviews].
9797
The review will continue through the specified date range.
9898
* **Returned for revision**: The proposal has been returned from review

proposals/0272-swiftpm-binary-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0272](0272-swiftpm-binary-dependencies.md)
44
* Authors: [Braden Scothern](https://github.com/bscothern), [Daniel Dunbar](https://github.com/ddunbar), [Franz Busch](https://github.com/FranzBusch)
55
* Review Manager: [Boris Bügling](https://github.com/neonichu)
6-
* Status: **Active review (12 13...12 20)**
6+
* Status: **Active review (December 13...December 20)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/returned-for-revision-se-0272-package-manager-binary-dependencies/30994)
88

99
## Contents

proposals/0273-swiftpm-conditional-target-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0273](0273-swiftpm-conditional-target-dependencies.md)
44
* Authors: [David Hart](https://github.com/hartbit)
55
* Review Manager: [Boris Buegling](https://github.com/neonichu)
6-
* Status: **Active review (12 13...12 20)**
6+
* Status: **Active review (December 13...December 20)**
77
* Implementation: [apple/swift-package-manager#2428](https://github.com/apple/swift-package-manager/pull/2428)
88

99
## Introduction

0 commit comments

Comments
 (0)