Skip to content

Refactor merge underlying submodule#22

Merged
FrozenLemonTee merged 2 commits intomainfrom
refactor-merge-underlying-submodule
Mar 27, 2026
Merged

Refactor merge underlying submodule#22
FrozenLemonTee merged 2 commits intomainfrom
refactor-merge-underlying-submodule

Conversation

@FrozenLemonTee
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: FrozenlemonTee <1115306170@qq.com>
…derlying module directly

Signed-off-by: FrozenlemonTee <1115306170@qq.com>
Copilot AI review requested due to automatic review settings March 27, 2026 10:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR refactors the mcpplibs.primitives.underlying module by merging the former underlying.traits (and the trivial underlying.impl) submodules into a single module interface, and updates internal imports accordingly.

Changes:

  • Move/export all underlying traits, categories, and concepts directly from mcpplibs.primitives.underlying.
  • Remove the standalone mcpplibs.primitives.underlying.traits and mcpplibs.primitives.underlying.impl modules.
  • Update affected modules to import mcpplibs.primitives.underlying instead of the removed submodule.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/underlying/underlying.cppm Becomes the single exported interface containing underlying traits/concepts previously in submodules.
src/underlying/traits.cppm Deleted after being merged into underlying.cppm.
src/underlying/impl.cppm Deleted (was effectively a re-export-only module).
src/literals/literals.cppm Switch import from ...underlying.traits to ...underlying.
src/algorithms/limits.cppm Switch import from ...underlying.traits to ...underlying.

@FrozenLemonTee FrozenLemonTee merged commit 3f19396 into main Mar 27, 2026
7 checks passed
@FrozenLemonTee FrozenLemonTee deleted the refactor-merge-underlying-submodule branch March 27, 2026 10:18
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