残っていた古い表記と語彙の列挙を整理する - #14
Merged
Merged
Conversation
- LF 正規化の対象の列挙に validator を足す (README) - ジャッジコードのコンパイル待ちの終端判定を、AC/CE の列挙から /v1/statuses の judging 分類に一本化する (validator・submit と同じ方式)。CE 時のコンパイル メッセージは待ちの最後の GET から取れるので、失敗時の再取得も不要になる - PUT /code レスポンスの status は読まない (待ちは GET のポーリングで行う) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
README と実装の総点検で見つかった 2 件です。
AC/CEの列挙のままだった — validator・submit と同じく/v1/statusesの judging 分類に一本化しました。これでステータス語彙の列挙はコードから完全に消えます (残るのは成功判定のACのみ)。CE 時のコンパイルメッセージは待ちの最後の GET から取れるので、失敗時の再取得も不要になりました本番の judging 集合 (WJ / WJ_PURE / Judge / Pending) では判定結果は従来と同一です。単体テスト 54 件、clippy
-D warnings/ fmt 通過。🤖 Generated with Claude Code