Confirm cogs/gameplay_legacy.py is excluded from production
#42
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
~2500+ lines, not listed in
paperdynasty.py'sCOGSlist, but exists in Docker image. Still imports live production dependencies. Risks accidental activation if cog list were ever auto-discovered.PR opened: #52
The
.dockerignorealready had a*_legacy.pywildcard (added in an earlier catchup commit) which should exclude this file, but it was implicit. Added an explicitcogs/gameplay_legacy.pyentry to make the exclusion unambiguous and self-documenting.Note: the file still exists in the repo and imports live production dependencies. Deleting it entirely would be a more complete fix — flagged in the PR description for review.