Skip to content

Fix cmd/editor build errors#9

Merged
redtoad merged 2 commits into
support-all-filesfrom
fix/editor-build-error
Jan 30, 2026
Merged

Fix cmd/editor build errors#9
redtoad merged 2 commits into
support-all-filesfrom
fix/editor-build-error

Conversation

@redtoad
Copy link
Copy Markdown
Owner

@redtoad redtoad commented Jan 30, 2026

Summary

  • Rename FinancialData to Financials and unexported baseFile to exported BasesData in the Savegame struct so cmd/editor can access them
  • Fix nonexistent Facility.Tile() call to use Facility.String()
  • Add CLAUDE.md with development workflow guidelines

Test plan

  • go build ./cmd/editor/ succeeds
  • go test ./... passes
  • All examples and CLI tools build successfully

🤖 Generated with Claude Code

redtoad and others added 2 commits January 30, 2026 14:31
Rename FinancialData to Financials and unexported baseFile to exported
BasesData so cmd/editor/main.go can access them. Also fix nonexistent
Facility.Tile() call to use Facility.String().

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@redtoad redtoad changed the base branch from master to support-all-files January 30, 2026 13:35
@redtoad redtoad merged commit aee9c74 into support-all-files Jan 30, 2026
1 check passed
@redtoad redtoad deleted the fix/editor-build-error branch January 30, 2026 13:36
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