Skip to content

all: remove zcallback_*.s from the external code list - #496

Merged
hajimehoshi merged 2 commits into
ebitengine:mainfrom
NotAFlightRisk:fix-zcallback-file-names
Aug 12, 2026
Merged

all: remove zcallback_*.s from the external code list#496
hajimehoshi merged 2 commits into
ebitengine:mainfrom
NotAFlightRisk:fix-zcallback-file-names

Conversation

@NotAFlightRisk

@NotAFlightRisk NotAFlightRisk commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

What issue is this addressing?

None, spotted it while working out which bits came from the Go runtime.

What type of issue is this addressing?

bug (well, not really - just a small docs issue)

What this PR does | solves

The external code list points at zcallback_darwin_*.s, but those got renamed to zcallback_<GOARCH>.s in #98 when darwin and linux were merged, so the entry doesn't name a file that exists any more. Every other entry in the list still resolves, so this is the only one.

Turns out the line never attributed anything, the files are generated locally by wincallback.go which is already listed. Dropping it instead, thanks @hajimehoshi.

The files were renamed from zcallback_darwin_GOARCH.s to
zcallback_GOARCH.s in ebitengine#98, but the external code list still refers to
the old names.
Comment thread README.md Outdated
@NotAFlightRisk NotAFlightRisk changed the title all: fix stale zcallback file names in the external code list all: remove zcallback_*.s from the external code list Aug 12, 2026

@hajimehoshi hajimehoshi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TotallyGamerJet PTAL

@NotAFlightRisk

Copy link
Copy Markdown
Contributor Author

Cheers @hajimehoshi :)

@TotallyGamerJet TotallyGamerJet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hajimehoshi
hajimehoshi merged commit 0960e99 into ebitengine:main Aug 12, 2026
25 checks passed
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.

3 participants