From ebd171c8fcd7a017948aea5c8714abd2270e19d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:16:01 +0000 Subject: [PATCH 1/3] Initial plan From 5bd9e3301a105cd722fab6add91fc649e5414b1c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:20:13 +0000 Subject: [PATCH 2/3] Specify case sensitivity for aliases and modifiers in drafts Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com> --- increments/OCPS-increment-1.1.md | 2 +- increments/OCPS-increment-1.3.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/increments/OCPS-increment-1.1.md b/increments/OCPS-increment-1.1.md index d6b92a6..722c4aa 100644 --- a/increments/OCPS-increment-1.1.md +++ b/increments/OCPS-increment-1.1.md @@ -29,7 +29,7 @@ An implementation is "OCPS 1.1 Compliant" if it meets all OCPS 1.0 requirements ### 4.1. Predefined Schedules ("Nicknames") -OCPS 1.1 adds support for case-insensitive nicknames as aliases for common patterns. An implementation MUST recognize the following strings, which MUST NOT be combined with a 5-field expression: +OCPS 1.1 adds support for nicknames as aliases for common patterns. Nicknames MUST be treated as case-sensitive. An implementation MUST recognize the following strings, which MUST NOT be combined with a 5-field expression: | Nickname | Equivalent 5-Field Pattern | Description | | :--- | :--- | :--- | diff --git a/increments/OCPS-increment-1.3.md b/increments/OCPS-increment-1.3.md index 4bfa940..e16f07e 100644 --- a/increments/OCPS-increment-1.3.md +++ b/increments/OCPS-increment-1.3.md @@ -28,7 +28,7 @@ An implementation is "OCPS 1.3 Compliant" if it meets all OCPS 1.2 requirements ## 4\. New Special Characters in OCPS 1.3 ### 4.1. `L` (Last) Modifier -The `L` character can be used in the `Day of Month` and `Day of Week` fields. +The `L` character can be used in the `Day of Month` and `Day of Week` fields. The `L` and `W` modifiers defined in this specification MUST be treated as case-sensitive. * **In `Day of Month`:** `L` stands for the last day of the month. * **Example:** `0 0 L * *` triggers at midnight on the last day of every month (e.g., Jan 31, Feb 28/29, etc.). From eea5d709f6a7ee80fec83ddac571ee9451368f3d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:21:38 +0000 Subject: [PATCH 3/3] Move case sensitivity statement to section level in OCPS 1.3 Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com> --- increments/OCPS-increment-1.3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/increments/OCPS-increment-1.3.md b/increments/OCPS-increment-1.3.md index e16f07e..4d17d16 100644 --- a/increments/OCPS-increment-1.3.md +++ b/increments/OCPS-increment-1.3.md @@ -27,8 +27,10 @@ An implementation is "OCPS 1.3 Compliant" if it meets all OCPS 1.2 requirements ## 4\. New Special Characters in OCPS 1.3 +The `L` and `W` modifiers defined in this section MUST be treated as case-sensitive. + ### 4.1. `L` (Last) Modifier -The `L` character can be used in the `Day of Month` and `Day of Week` fields. The `L` and `W` modifiers defined in this specification MUST be treated as case-sensitive. +The `L` character can be used in the `Day of Month` and `Day of Week` fields. * **In `Day of Month`:** `L` stands for the last day of the month. * **Example:** `0 0 L * *` triggers at midnight on the last day of every month (e.g., Jan 31, Feb 28/29, etc.).