Skip to content

Fix unclosed code block in docs/README.md#9669

Merged
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
Pinata-Consulting:fix-docs-readme-codeblock
Mar 6, 2026
Merged

Fix unclosed code block in docs/README.md#9669
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
Pinata-Consulting:fix-docs-readme-codeblock

Conversation

@oharboe
Copy link
Collaborator

@oharboe oharboe commented Mar 6, 2026

No description provided.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Copy link
Contributor

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

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 correctly fixes an unclosed code block in docs/README.md and adds formatting for another code block containing build instructions. However, the newly formatted code block includes a comment that seems to incorrectly describe the function of the make clean command, which could be misleading to users. My review includes a comment to address this potential confusion.

Note: Security Review has been skipped due to the limited scope of the PR.

The `-j16` command is optional for speeding up the manpage compilation process by using multiple jobs
based on the number of cores in your system.

``` shell
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

By adding ``` shell here, the comment on line 40 (# Note this step is important as it regenerates the documentation using latest sources.) is included in the code block. This comment appears to be incorrect, as the make clean command on line 38 removes generated files, it does not regenerate them (as confirmed by the Makefile). This could be misleading for users. Please consider correcting or removing this comment to accurately reflect the purpose of the make clean command.

Copy link
Member

Choose a reason for hiding this comment

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

The comment refers to the line following which does regenerate the docs, not the clean line above.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty enabled auto-merge March 6, 2026 07:10
@oharboe
Copy link
Collaborator Author

oharboe commented Mar 6, 2026

@maliberty @vvbandeira stuck on DCO in CI?

image

@maliberty maliberty disabled auto-merge March 6, 2026 15:51
@maliberty maliberty merged commit cafc768 into The-OpenROAD-Project:master Mar 6, 2026
13 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.

2 participants