Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

[mypyc] Derive .c file name from full module name if using multi_file#19278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 1 commit intomasterfrommypyc-full-fnam
Jun 11, 2025

Conversation

@JukkaL
Copy link
Collaborator

Don't shorten the module name prefixes, so that the names of output files are more predictable. This can help if integrating with build systems, and it arguably also makes it easier to inspect the output manually.

Now the file name could be__native_pkg___mod.c instead of__native_mod.c for the modulepkg.mod.

Don't shorten the module name prefixes, so that the names of outputfiles are more predictable. This can help if integrating with buildsystems, and it arguably also makes it easier to inspect the outputmanually.Now the file name could be `__native_pkg___mod.c` instead of`__native_mod.c` for the module `pkg.mod`.
@JukkaLJukkaL merged commita7de7ac intomasterJun 11, 2025
13 checks passed
@JukkaLJukkaL deleted the mypyc-full-fnam branchJune 11, 2025 16:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@jhancejhancejhance approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@JukkaL@jhance

[8]ページ先頭

©2009-2025 Movatter.jp