Skip to content

Fix the broken slang alias.#10814

Open
hzeller wants to merge 1 commit into
The-OpenROAD-Project:masterfrom
hzeller:feature-20260704-fix-slang-alias
Open

Fix the broken slang alias.#10814
hzeller wants to merge 1 commit into
The-OpenROAD-Project:masterfrom
hzeller:feature-20260704-fix-slang-alias

Conversation

@hzeller

@hzeller hzeller commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

It was using a path 'bazel/', but that path already exists in the main project, so bazel ended up symlinking to that directory. Unclear how that ever worked, or if bazel internally worked around the glitch, but this should fix it.

@hzeller hzeller requested a review from a team as a code owner July 4, 2026 13:51
@hzeller hzeller requested a review from maliberty July 4, 2026 13:51
@hzeller

hzeller commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator Author

this fixes the broken symbolic link I was complaining about in #10500 (review) @oharboe

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@oharboe

oharboe commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

this fixes the broken symbolic link I was complaining about in #10500 (review) @oharboe

Thank you! I have no idea what this means.

My choice is between accepting stuff from Claude for a lot of these things or have no solution at all.

I have no mental model of what is going on here.

@maliberty

Copy link
Copy Markdown
Member

@codex review

@maliberty

Copy link
Copy Markdown
Member

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the path parameter in MODULE.bazel from "bazel" to ".". Feedback suggests avoiding the use of the workspace root "." as it can cause circular symlink issues and performance degradation, recommending a more specific subdirectory instead.

Comment thread MODULE.bazel Outdated
It was using a path 'bazel/', but that path already exists in
the main project, so bazel ended up symlinking to that
directory. Unclear how that ever worked, or if bazel internally
worked around the glitch, but this should fix it.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
@hzeller hzeller force-pushed the feature-20260704-fix-slang-alias branch from b5ef409 to 7cdef5c Compare July 4, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants