From d059fba06e4cc289d29e697dc34ffe1ef4cc9c49 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 16 Sep 2025 00:48:01 -0400 Subject: [PATCH] final doc updates for now --- doc/cp.txt | 6 +++++- readme.md | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/cp.txt b/doc/cp.txt index 37a0484..5d91985 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -266,7 +266,11 @@ TEST PANEL *cp-test* The test panel provides individual test case debugging with a three-pane layout showing test list, expected output, and actual output side-by-side. -Currently supported for AtCoder and CSES (Codeforces support coming soon). +Currently supported for AtCoder and CSES. + +Note: Codeforces is not supported due to the ambiguity of identifying +individual test case output. See https://codeforces.com/blog/entry/138406 +for ongoing efforts to resolve this. Activation ~ *:CP-test* diff --git a/readme.md b/readme.md index a688293..2c4cf19 100644 --- a/readme.md +++ b/readme.md @@ -69,4 +69,3 @@ follows: - finer-tuned problem limits (i.e. per-problem codeforces time, memory) - better highlighting - notify discord members -- codeforces support (blocked: https://codeforces.com/blog/entry/146423)