Skip to content

A verification copy does not belong in the source tree - #98

Merged
kisielewski merged 1 commit into
mainfrom
fix/a-verification-copy-was-committed
Sep 6, 2026
Merged

A verification copy does not belong in the source tree#98
kisielewski merged 1 commit into
mainfrom
fix/a-verification-copy-was-committed

Conversation

@kisielewski

Copy link
Copy Markdown
Member

AlgoJudge.Server/Controllers/PanelController.cs.before-sabotage is byte-identical to PanelController.cs — the same git blob, 2ed620f — and reached main in 4b56a3c while a check was being proved to bite.

Nothing compiles it: the default SDK glob takes **/*.cs and this extension is not one, so no CI run had anything to say about it. The Dockerfile's COPY . . does carry it into the build context, and a release cut today would have shipped it.

Deleting it loses nothing — the live controller holds the same 1047 lines.

PanelController.cs.before-sabotage is byte-identical to
PanelController.cs -- the same blob -- and was committed in 4b56a3c
while a check was being proved to bite. Nothing compiles it, because the
extension is not .cs, so no CI run had anything to say and it would have
shipped in 0.1.0.
@kisielewski
kisielewski merged commit 425d2c7 into main Sep 6, 2026
3 checks passed
@kisielewski
kisielewski deleted the fix/a-verification-copy-was-committed branch September 6, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant