Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
kristjanvalur merged 1 commit into
masterstackless-dev/stackman:masterfrom
copilot/fix-typos-in-strip-lib-pystackless-dev/stackman:copilot/fix-typos-in-strip-lib-pyCopy head branch name to clipboard
Mar 28, 2026
Merged

Fix typos in tools/strip-lib.py#17
kristjanvalur merged 1 commit into
masterstackless-dev/stackman:masterfrom
copilot/fix-typos-in-strip-lib-pystackless-dev/stackman:copilot/fix-typos-in-strip-lib-pyCopy head branch name to clipboard

Conversation

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown
Contributor

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.