8000 Move note about Draft vs. Stable status to Stability Policy by eemeli · Pull Request #1018 · unicode-org/message-format-wg · GitHub
[go: up one dir, main page]

Skip to content

Move note about Draft vs. Stable status to Stability Policy #1018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions spec/functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ which are REQUIRED for conformance with this specification,
along with _default functions_ that SHOULD be implemented to support
additional functionality.

> [!IMPORTANT]
> _Functions_ that are not marked **Draft** are **Stable** and subject to
> the provisions of the [stability policy](../intro.md#stability-policy).
>
> _Functions_ or _options_ marked as **Draft** are not stable.
> Their name, _operands_, and _options_/_values_, and other requirements
> might change or be removed before being declared **Stable** in a future release.

To **_<dfn>accept</dfn>_** a function means that an implementation MUST NOT
emit an _Unknown Function_ error for that _function_'s _identifier_.
To _accept_ an _option_ means that a _function handler_ MUST NOT
Expand Down
8 changes: 8 additions & 0 deletions spec/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Updates to this specification will not remove any _default functions_.
Updates to this specification will not remove any _options_ or _option_ values
defined for _default functions_.

> [!IMPORTANT]
> _Functions_ that are not marked **Draft** are **Stable** and subject to
> the provisions of this stability policy.
>
> _Functions_ or _options_ marked as **Draft** are not stable.
> Their name, _operands_, and _options_/_values_, and other requirements
> might change or be removed before being declared **Stable** in a future release.

> [!NOTE]
> The foregoing policies are _not_ a guarantee that the results of formatting will never change.
> Even when this specification or its implementation do not change,
Expand Down
0