Skip to content

Conversation

HendricksJudy
Copy link
Owner

Summary

  • clean up comments and tests
  • fix typographical mistakes across sources
  • make swift path configurable

Testing

  • make swift-fmt
  • make test (fails: cannot compile ContainerizationOS due to missing system headers)

https://chatgpt.com/codex/tasks/task_e_6849bad746548326bc9bdabe84221fb0

@HendricksJudy
Copy link
Owner Author

This pull request includes several updates to improve code maintainability, fix typos, and enhance usability. The changes include making the swift command path dynamic, correcting spelling and grammatical errors in comments, fixing a typo in a test case, and updating a script to dynamically locate the swift executable.

Code maintainability and usability improvements:

  • Updated Makefile to dynamically locate the swift executable using command -v, replacing the hardcoded path. (Makefile, MakefileL21-R21)
  • Modified scripts/make-docs.sh to use command -v swift for determining the swift executable path, improving portability. (scripts/make-docs.sh, scripts/make-docs.shL42-R42)

Typo and grammar fixes:

@HendricksJudy HendricksJudy merged commit c5e2cfa into main Jun 11, 2025
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.

1 participant