Skip to content

Fix typos in tools/strip-lib.py#17

Merged
kristjanvalur merged 1 commit intomasterfrom
copilot/fix-typos-in-strip-lib-py
Mar 28, 2026
Merged

Fix typos in tools/strip-lib.py#17
kristjanvalur merged 1 commit intomasterfrom
copilot/fix-typos-in-strip-lib-py

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 28, 2026

Five typos in comments across tools/strip-lib.py, including two factually incorrect endianness labels.

Changes

  • Header comments: filedfield, reproducablereproducible, reproducabilityreproducibility
  • Inline comment: alreadalready
  • Incorrect endianness labels in second_lm_read: comments on the struct.unpack("<L", ...) calls said big-endian — copy-pasted from first_lm_read which genuinely uses >L. The second linker member of a Microsoft .lib archive is little-endian per the PE/COFF spec; the format strings <L are correct, only the comments were wrong.

Agent-Logs-Url: https://github.com/stackless-dev/stackman/sessions/e29ff9b5-da02-4031-9f32-d483cace59d0

Co-authored-by: kristjanvalur <6009543+kristjanvalur@users.noreply.github.com>
@kristjanvalur kristjanvalur marked this pull request as ready for review March 28, 2026 16:52
@kristjanvalur kristjanvalur merged commit aa404a4 into master Mar 28, 2026
1 check passed
@kristjanvalur kristjanvalur deleted the copilot/fix-typos-in-strip-lib-py branch March 28, 2026 16:53
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.

2 participants