[codex] Rust package entrypoints seed 추가 - #13
Merged
Merged
Conversation
Owner
Author
|
독립 fresh-session 리뷰 결과
공식 review는 self-authored PR이라 GitHub 정책상 제출할 수 없어 comment로 남깁니다. |
JeremyDev87
force-pushed
the
codex/p065-package-entrypoints-seed
branch
14 times, most recently
from
April 19, 2026 05:02
9a6fad5 to
ff6f380
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
공식 request-changes review는 self-authored PR이라 GitHub 정책상 제출할 수 없어 PR comment로 대체합니다. |
JeremyDev87
force-pushed
the
codex/p065-package-entrypoints-seed
branch
from
April 19, 2026 05:10
ff6f380 to
94d2db4
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
공식 approve review는 self-authored PR이라 GitHub 정책상 제출할 수 없어 PR comment로 대체합니다. |
JeremyDev87
force-pushed
the
codex/p065-package-entrypoints-seed
branch
8 times, most recently
from
April 19, 2026 06:02
7121f67 to
1e169d8
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
공식 approve review는 self-authored PR이라 GitHub 정책상 제출할 수 없어 PR comment로 대체합니다. |
JeremyDev87
force-pushed
the
codex/p065-package-entrypoints-seed
branch
from
April 19, 2026 06:23
1e169d8 to
6d5058b
Compare
JeremyDev87
force-pushed
the
codex/p065-package-entrypoints-seed
branch
25 times, most recently
from
April 19, 2026 13:17
f6955b7 to
262b594
Compare
JeremyDev87
force-pushed
the
codex/p065-package-entrypoints-seed
branch
from
April 19, 2026 13:26
262b594 to
99a3e61
Compare
Owner
Author
|
독립 PR Review 결과 (self-authored PR fallback comment) Verdict: APPROVE 검증:
확인한 핵심 피드백:
GitHub mergeability 참고:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
main,module,types,bin,exports,imports의 상대 경로 target을 재귀적으로 검사합니다.변경
crates/maximus-checks/src/package_entrypoints.rs추가crates/maximus-checks/src/lib.rsexport 추가crates/maximus-checks/tests/package_entrypoints_checks.rs추가검증
cargo test -p maximus-checks --test package_entrypoints_checks