You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when aspect cli is used as a replacement of bazel cli, IntelliJ cannot sync a project. IntelliJ runs this command and fails:
./aspect-darwin_arm64 mod --tool_tag=ijwb:IDEA:ultimate "--override_repository=intellij_aspect=/Users/slam/Library/Application Support/JetBrains/IntelliJIdea2024.2/plugins/ijwb/aspect" --curses=no --color=yes --progress_in_terminal_title=no --noenable_workspace dump_repo_mapping "" --
ERROR: No repository name(s) specified. Type 'bazel help mod'for syntax and help.
switching back to the bazel cli produces this output and no errors:
slamdev
changed the title
[Bug]: "mod dump_repo_mapping" inconsistent with the same command from bazel cli
[Bug]: "mod dump_repo_mapping" is inconsistent with the same command from bazel cli
Oct 5, 2024
What happened?
when aspect cli is used as a replacement of bazel cli, IntelliJ cannot sync a project. IntelliJ runs this command and fails:
switching back to the bazel cli produces this output and no errors:
Version
./aspect-darwin_arm64 version Aspect CLI version: 2024.40.2-a7ed65a (with local changes) Build label: 7.3.2 Build target: @@//src/main/java/com/google/devtools/build/lib/bazel:BazelServer Build time: Tue Oct 1 17:48:21 2024 (1727804901) Build timestamp: 1727804901 Build timestamp as int: 1727804901
How to reproduce
In IntelliJ bazel settings set
Bazel binary location
to aspect cli.Any other information?
No response
The text was updated successfully, but these errors were encountered: