From cd0ba7d428cbd42416de1430997e3c95e42d0c56 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 28 May 2026 11:27:44 -0400 Subject: [PATCH 1/3] Declare RFC 669 abandoned --- text/0669-tracked-storage-primitive.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/text/0669-tracked-storage-primitive.md b/text/0669-tracked-storage-primitive.md index 0d2ee6ad6e..7ea6ab6ee9 100644 --- a/text/0669-tracked-storage-primitive.md +++ b/text/0669-tracked-storage-primitive.md @@ -12,6 +12,9 @@ project-link: # Tracked Storage Primitives +> [!IMPORTANT] +> This RFC has been abandoned, because of the unergonomic APIs it suggested, and this RFC (in use case) has been replaced with [RFC#1071](https://github.com/emberjs/rfcs/pull/1071) + ## Summary Provide a low level primitive for storing tracked values: From 8004831310219a63c61823a788e23a1ce2bc95b2 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:15:03 -0400 Subject: [PATCH 2/3] Update RFC status to discontinued --- text/0669-tracked-storage-primitive.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/text/0669-tracked-storage-primitive.md b/text/0669-tracked-storage-primitive.md index 7ea6ab6ee9..670f619c7e 100644 --- a/text/0669-tracked-storage-primitive.md +++ b/text/0669-tracked-storage-primitive.md @@ -7,13 +7,14 @@ teams: - framework prs: accepted: https://github.com/emberjs/rfcs/pull/669 + discontinue: https://github.com/emberjs/rfcs/pull/1195 project-link: --- # Tracked Storage Primitives > [!IMPORTANT] -> This RFC has been abandoned, because of the unergonomic APIs it suggested, and this RFC (in use case) has been replaced with [RFC#1071](https://github.com/emberjs/rfcs/pull/1071) +> This RFC has been discontinued, because of the unergonomic APIs it suggested, and this RFC (in use case) has been replaced with [RFC#1071](https://github.com/emberjs/rfcs/pull/1071) ## Summary From 5bc8d5060fa9ffd5a55804bf857c9388cf7c0343 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:16:04 -0400 Subject: [PATCH 3/3] Fix typo in RFC metadata for tracked storage --- text/0669-tracked-storage-primitive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0669-tracked-storage-primitive.md b/text/0669-tracked-storage-primitive.md index 670f619c7e..3f7e1214d8 100644 --- a/text/0669-tracked-storage-primitive.md +++ b/text/0669-tracked-storage-primitive.md @@ -7,7 +7,7 @@ teams: - framework prs: accepted: https://github.com/emberjs/rfcs/pull/669 - discontinue: https://github.com/emberjs/rfcs/pull/1195 + discontinued: https://github.com/emberjs/rfcs/pull/1195 project-link: ---