doc: Add architeucture document in developer guide. - #162
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe changes update the integration of the ystdlib-cpp dependency from a local subdirectory build to a CMake-installed package using find_package. Dependency installation tasks are refactored for consistency and CMake-centric workflows. New documentation on system architecture is added, and scripts for precise CMake installation are introduced and updated. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant install-dev.sh
participant install-cmake.sh
participant System
Developer->>install-dev.sh: Run script
install-dev.sh->>install-cmake.sh: Call with version 3.23.5
install-cmake.sh->>System: Download, build, and install CMake 3.23.5
install-cmake.sh-->>install-dev.sh: Return control
install-dev.sh->>System: Run check-cmake-version.sh
sequenceDiagram
participant BuildSystem
participant CMakeLists.txt
participant ystdlib (as Installed Package)
BuildSystem->>CMakeLists.txt: Configure project
CMakeLists.txt->>ystdlib: find_package(ystdlib REQUIRED)
ystdlib-->>CMakeLists.txt: Provide version and targets
CMakeLists.txt-->>BuildSystem: Status message and continue build
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
As title.
Checklist
breaking change.
Validation performed
task docs:sitebuilds successfully and local website fromtask docs:servelooks as expected.Summary by CodeRabbit
New Features
Chores
Documentation