Open
Conversation
This commit applies the following changes: - Add bemanproject/infra as a beman-submodule in infra/ - Remove cmake/ (replaced by infra/cmake/) - Update the ci_tests.yml file to use the new reusable GitHub Actions workflows - Copy over the latest verions of the following paths from exemplar: - .devcontainer - .gitattributes - .github - CMakePresets.json - LICENSE - Add lockfile.json for gtest and google benchmark dependencies - README updates: - Add a badge for code coverage - Add a badge for godbolt - Add a LICENSE section - Copy CMake verbiage from exemplar - CMake updates: - Add a 1.0.0 version number - Replace install commands with beman_install_library function from infra - Replace unconditional FetchContent for test dependencies with find_package commands; users can get FetchContent behavior back with -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./infra/cmake/use-fetch-content.cmake
716ce93 to
3cb525e
Compare
| @@ -0,0 +1,31 @@ | |||
| #!/usr/bin/env python3 | |||
Collaborator
There was a problem hiding this comment.
Would it be possible to exclude infra/tools/beman-tidy/tests? This is a lot of artifacts that probably shouldn't be duplicated in version control when they only exist to test beman-tidy and are not part of its core functionality.
wusatosi
reviewed
Sep 14, 2025
Member
There was a problem hiding this comment.
This is prob outside the scope of this PR, but I think we should move this into infra and symlink unless the repo want to customize the issue templates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit applies the following changes: