Skip to content

chore(infra): IntelliJ Bazel sync가 --package_path 미적용으로 실패하는 문제 수정 #49#50

Merged
kusuri12-09 merged 1 commit into
developfrom
chore/49-intellij-bazel-sync-failed
Jul 12, 2026
Merged

chore(infra): IntelliJ Bazel sync가 --package_path 미적용으로 실패하는 문제 수정 #49#50
kusuri12-09 merged 1 commit into
developfrom
chore/49-intellij-bazel-sync-failed

Conversation

@kusuri12-09

Copy link
Copy Markdown
Member

Summary

  • .bazelrc에서 --package_path=%workspace% 옵션을 build에서 common으로 이동하여, IntelliJ Bazel(bazelbsp) sync 시 호출되는 mod/query 명령에도 package_path가 적용되도록 함
  • 이로써 //:kotlin.MODULE.bazel 로드 실패로 인한 IntelliJ sync 오류 해결

Related Issue

Scope

  • Affected components: .bazelrc (빌드/IDE 설정)
  • 런타임 코드 변경 없음

Change Type

  • Refactor
  • Dependency update
  • Config / infra change
  • Tooling / CI

Risk

  • 런타임 동작에 영향 없음. commonbuild를 포함한 모든 Bazel 명령에 옵션을 적용하므로, 기존 bazel build 동작은 그대로 유지됨
  • 오히려 IntelliJ 사용자(특히 Windows) 전반의 sync 안정성이 개선됨

Checklist

  • No functional changes
  • CI / build verified (터미널 bazel build 및 IntelliJ sync 모두 정상 확인)

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review
🚫 Excluded labels (none allowed) (2)
  • wip
  • do-not-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: ad760a20-b5e0-4b85-b059-f6296eac8626

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/49-intellij-bazel-sync-failed
  • 🛠️ cleanup stale imports
  • 🛠️ harden error messages
  • 🛠️ test clarity pass

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kusuri12-09
kusuri12-09 requested review from tlgms and wlyoon921 July 12, 2026 02:04
@kusuri12-09
kusuri12-09 merged commit 7ff684b into develop Jul 12, 2026
2 checks passed
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.

IntelliJ Bazel sync가 --package_path 미적용으로 실패하는 문제 수정

2 participants