Skip to content

[empath-split] End module names with : in manfests#25659

Merged
aheejin merged 11 commits into
emscripten-core:mainfrom
aheejin:manifest_colon
Nov 26, 2025
Merged

[empath-split] End module names with : in manfests#25659
aheejin merged 11 commits into
emscripten-core:mainfrom
aheejin:manifest_colon

Conversation

@aheejin
Copy link
Copy Markdown
Member

@aheejin aheejin commented Oct 27, 2025

This makes better distinction of module names and function lists. Suggested by by @sbc100 (#25577 (comment)).

This has to land after WebAssembly/binaryen#8003.

This makes better distinction of module names and function lists.
Suggested by by @sbc100
(emscripten-core#25577 (comment)).

This has to land after
WebAssembly/binaryen#8003.
@aheejin aheejin requested a review from sbc100 October 27, 2025 14:54
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 left a comment

Choose a reason for hiding this comment

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

Presumably the tests need updating too?

@aheejin
Copy link
Copy Markdown
Member Author

aheejin commented Nov 23, 2025

Ping

@aheejin
Copy link
Copy Markdown
Member Author

aheejin commented Nov 25, 2025

Ping ping

Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 left a comment

Choose a reason for hiding this comment

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

Ooops, sorry I didn't realize i was the sole reviewer here.

Comment thread tools/empath-split.py Outdated
if line[-1] != ':':
exit_with_error(f"Module name should end with a colon: {line}")
if len(line) == 1:
exit_with_error("Module name is empty")
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.

Use single quotes here and above.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done

@aheejin aheejin merged commit 951b904 into emscripten-core:main Nov 26, 2025
34 checks passed
@aheejin aheejin deleted the manifest_colon branch November 26, 2025 04:01
inolen pushed a commit to inolen/emscripten that referenced this pull request Feb 13, 2026
…5659)

This makes better distinction of module names and function lists.
Suggested by by @sbc100
(emscripten-core#25577 (comment)).

This has to land after
WebAssembly/binaryen#8003.
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