Skip to content

Refactor and docs: fix typo, reformat code, update README#1009

Open
v1k1nghawk wants to merge 1 commit intointel:masterfrom
v1k1nghawk:enhancement_instruction_indentation_typo
Open

Refactor and docs: fix typo, reformat code, update README#1009
v1k1nghawk wants to merge 1 commit intointel:masterfrom
v1k1nghawk:enhancement_instruction_indentation_typo

Conversation

@v1k1nghawk
Copy link
Copy Markdown

  • Fix typo in print_output()
  • Convert indentation from tabs to spaces for consistency (according to project's Coding Style)
  • Update README.md to include more user-friendly robust instructions for build directory creation, otherwise, if a user would like to repeat the step they will get an error: "mkdir: cannot create directory ‘build’: File exists" because the directory persists from a previous attempt

- Fix typo in print_output()
- Convert indentation from tabs to spaces for consistency (according to project's Coding Style)
- Update README.md to include more robust instruction for build directory creation

```
mkdir build
rm -rf build && mkdir build
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.

It is probably good to mention here that one can use mkdir -p here to prevent a full rebuild. If one wants a full rebuild then delete it all and start over.

@ogbrugge
Copy link
Copy Markdown
Contributor

ogbrugge commented Apr 1, 2026

Regarding the rest of the changes, I've discussed this with @rdementi in the past but it is probably better to change indentation only there where you make actual changes.

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