From 2f9e2286df26e8a1cd9e42db497e2e9a0461bf63 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Wed, 24 Sep 2025 11:40:22 +0000 Subject: [PATCH] docs: mark principles/safety_strategy as outdated, refer to update. --- docs/project/principles/safety_strategy.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/project/principles/safety_strategy.md b/docs/project/principles/safety_strategy.md index b11f6f4f2acf6..e8e3f1dddc7ef 100644 --- a/docs/project/principles/safety_strategy.md +++ b/docs/project/principles/safety_strategy.md @@ -37,6 +37,11 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ## Background +TODO: This is outdated in some places (philosophy, emphasis on runtime +checks and build modes), see the more recent +[Updating Carbon's safety strategy](../../../proposals/p5914.md) and +[Safety Design](../../design/safety/README.md). + Carbon's goal is to provide [practical safety and testing mechanisms](../goals.md#practical-safety-and-testing-mechanisms).