117 - add take_before to libraries, misc cleanup#119
Merged
JeffGarland merged 2 commits intomainfrom Dec 24, 2025
Merged
Conversation
✅ Deploy Preview for bemanproject ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
JeffGarland
commented
Dec 20, 2025
| | Beman Library Name | Status | Description | | ||
| | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | [beman.exemplar](https://github.com/bemanproject/exemplar) | Always an under development library, as it is a template / demo for Beman libraries | A Beman Library Exemplar. | | ||
| | [beman.exemplar](https://github.com/bemanproject/exemplar) | Always an under development library, as it is a template / demo for Beman libraries | A Beman Library template repo. | |
Member
Author
There was a problem hiding this comment.
driveby which is hopefully clarifying
JeffGarland
commented
Dec 20, 2025
src/pages/libraries.md
Outdated
| | [beman.cstring_view](https://github.com/bemanproject/cstring_view) | [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use) | cstring_view following [P3655](https://wg21.link/P3655) | | ||
| | [beman.execution](https://github.com/bemanproject/execution) | [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use) | Building Block For Asynchronous Programs. | | ||
| | [beman.indices_view](https://github.com/bemanproject/indices_view) | [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use) | Implementation of std::views::indices, a range adaptor that generates a sequence of integers from 0 to n-1 [P3060](https:wg21.link/P3060). | | ||
| | [beman.indices_view](https://github.com/bemanproject/indices_view) | [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use) | Implementation of `std::views::indices`, a range adaptor that generates a sequence of integers from 0 to n-1 [P3060](https:wg21.link/P3060). | |
neatudarius
approved these changes
Dec 24, 2025
Member
neatudarius
left a comment
There was a problem hiding this comment.
LGTM! Ship it in 2025! :D
Member
Author
Haha, done! |
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.
Was adding the
take_beforefor for @nora77zz (welcome!) to the website, but realized were quite far behind on updates for other new libraries. Note that I've not added any repo links here for things that don't have at least minimal docs or are still buildingidentity. That is, I checked for tests and such -- but didn't not run them. Repo's likeindirectandinteger_divisiondon't make the cut.