docs(core): Remove obsolete references to submodules; Reformat list of libraries into a table.#940
Conversation
WalkthroughThe documentation for core component source dependencies was updated. A simple bullet list was replaced with a structured table detailing each dependency, its version or commit, and relevant notes. The introductory text now clarifies that the Changes
Sequence Diagram(s)No sequence diagram is provided as the changes are limited to documentation structure and content. Possibly related PRs
Suggested reviewers
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 (
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
docs/src/dev-guide/components-core/index.md(1 hunks)
🔇 Additional comments (2)
docs/src/dev-guide/components-core/index.md (2)
34-37: Structured table enhances clarity
The new table format clearly outlines each dependency, version, and notes, making it more readable and maintainable than a simple bullet list.
38-52: Verify renamed dependency identifiers
Ensure that the table’s library names (e.g.,absl,nlohmann_json,ystdlib) accurately reflect the CMake targets or package names used in your build and import scripts to prevent any mismatches.
kirkrodrigues
left a comment
There was a problem hiding this comment.
For the PR title, how about:
docs(core): Remove obsolete references to submodules; Reformat list of libraries into a table.
…include links with library names
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
docs/src/dev-guide/components-core/index.md(1 hunks)
🔇 Additional comments (2)
docs/src/dev-guide/components-core/index.md (2)
28-28: Well-phrased directive
The new phrasing uses a clear infinitive structure to introduce the command, which aligns with previous suggestions and provides a direct instruction.
34-34: Concise task description
The sentence clearly explains what thedeps:coretask does—downloading, building, and installing—which matches the intended behaviour.
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
There was a problem hiding this comment.
Actionable comments posted: 1
♻️ Duplicate comments (2)
docs/src/dev-guide/components-core/index.md (2)
28-28: 🧹 Nitpick (assertive)Use an imperative tone for the task instruction
Improves clarity by giving a direct command.-To get all dependencies required by CLP core, run the `deps:core` task: +Run `task deps:core` to download, build, and install all required CLP core dependencies:
38-52: 🛠️ Refactor suggestionAlign library names with PR #858 renames
The table still uses the old package names. Please update to the renamed packages for consistency:
abseil-cpp→absljson→nlohmann_jsonystdlib-cpp→ystdlib-| [abseil-cpp](https://github.com/abseil/abseil-cpp) | 20230802.1 | -| [json](https://github.com/nlohmann/json.git) | v3.11.3 | -| [ystdlib-cpp](https://github.com/y-scope/ystdlib-cpp.git) | 2ac1757 | +| [absl](https://github.com/abseil/abseil-cpp) | 20230802.1 | +| [nlohmann_json](https://github.com/nlohmann/json.git) | v3.11.3 | +| [ystdlib](https://github.com/y-scope/ystdlib-cpp.git) | 2ac1757 |
|
Can you update the PR description to reflect the latest changes? |
…f libraries into a table. (y-scope#940) Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
Description
Omits references to git submodules in one docs file to comply with PR #858, and formats the list of dependencies used by core into a table.
Checklist
breaking change.
Validation performed
N/A
Summary by CodeRabbit