Skip to content

Bump dependencies, clean CMake, small headers update#155

Merged
sean-parent merged 11 commits into
mainfrom
sean-parent/updates
Jul 24, 2026
Merged

Bump dependencies, clean CMake, small headers update#155
sean-parent merged 11 commits into
mainfrom
sean-parent/updates

Conversation

@sean-parent

Copy link
Copy Markdown
Member

Upgrade dependency versions: cpp-library 5.2.0→5.4.1, copy-on-write 1.1.0→1.1.1, and Boost 1.90.0→1.91.0-1 (updated URL and SHA). Clean up CMake whitespace/formatting and fix Doxygen target configuration spacing. Remove unused #include <adobe/fnv.hpp> from adobe/name.hpp and replace with in test/to_string/main.cpp to match usage.

Upgrade dependency versions: cpp-library 5.2.0→5.4.1, copy-on-write 1.1.0→1.1.1, and Boost 1.90.0→1.91.0-1 (updated URL and SHA). Clean up CMake whitespace/formatting and fix Doxygen target configuration spacing. Remove unused #include <adobe/fnv.hpp> from adobe/name.hpp and replace <vector> with <array> in test/to_string/main.cpp to match usage.

Copilot AI left a comment

Copy link
Copy Markdown

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 updates third-party dependency versions and performs small cleanup changes to keep build/test code aligned with actual usage and improve CMake readability.

Changes:

  • Bumped CPM dependencies: stlab/cpp-library to 5.4.1, stlab/copy-on-write to 1.1.1, and Boost to 1.91.0-1 (with updated URL/SHA).
  • Cleaned CMake formatting/whitespace, including the documentation (Doxygen) configuration block.
  • Removed/adjusted includes to match usage (<vector><array> in a test, removed unused adobe/fnv.hpp include).

Reviewed changes

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

File Description
CMakeLists.txt Updates dependency versions and tidies formatting in core build + docs configuration.
adobe/name.hpp Removes an unused include to reduce header dependencies.
test/to_string/main.cpp Switches to <array> to match actual buffer usage in std::to_chars test helper.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CMakeLists.txt Outdated
…d test files

- Removed unnecessary includes from parser_shared.cpp, virtual_machine.cpp, xml_parser.cpp, xstring.cpp, zuid.cpp, and zuid_sys_dep.cpp.
- Cleaned up test files by eliminating redundant includes and organizing header files for better readability.
- Added NOLINT comments for include cleaner in various test files to maintain code quality.
- Improved code consistency and reduced compilation time by streamlining header dependencies.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 77 out of 77 changed files in this pull request and generated 14 comments.

Comment thread test/equal_range/equal_range_test.cpp Outdated
Comment thread test/lex_stream/lex_stream_test.cpp Outdated
Comment thread test/functional/functional_test.cpp Outdated
Comment thread test/any_regular/any_regular_test.cpp Outdated
Comment thread test/any_regular/any_regular_serialization_test.cpp Outdated
Comment thread test/algorithm/median/median_test.cpp Outdated
Comment thread test/conversion/conversion_test.cpp Outdated
Comment thread test/virtual_machine/virtual_machine_test.cpp Outdated
Comment thread test/closed_hash/main.cpp Outdated
Comment thread source/zuid_sys_dep.cpp
- Removed unused includes from `forest.hpp`, `future.hpp`, and `iomanip_asl_cel.hpp`.
- Simplified copy constructor and assignment operator in `forest_iterator` by using default implementations.
- Added missing include for `<algorithm>` in `future.cpp`.
- Removed unused function `throw_variable_not_defined` from `virtual_machine.cpp`.
- Updated the initialization of `empty_uuid` in `zuid.cpp` for better clarity.
- Cleaned up `functional_test.cpp` by removing unnecessary comments and simplifying enum definitions.
- Removed unused `print_binary_message` and `validate` functions from `bench.cpp`.
- Added a new file `GlobalCompilationDatabase.cpp` to implement global compilation database functionality.
@cursor

cursor Bot commented Jul 23, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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

Comments suppressed due to low confidence (1)

test/closed_hash/main.cpp:16

  • The second NOLINT tag is misspelled (misc-inlucde-cleaner), so it won’t match clang-tidy’s misc-include-cleaner check. Also, having two NOLINTs here is redundant; keep a single correctly spelled suppression.

Comment thread test/property_model_eval/pmeval.cpp Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 86 out of 86 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

test/closed_hash/main.cpp:16

  • The second NOLINT tag has a typo (misc-inlucde-cleaner) and the line currently carries duplicate NOLINT annotations. This makes the intent unclear and can leave clang-tidy warnings unsuppressed if the wrong check name is used elsewhere.

@sean-parent
sean-parent merged commit 1004bc3 into main Jul 24, 2026
13 checks passed
@sean-parent
sean-parent deleted the sean-parent/updates branch July 24, 2026 21:15
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