Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
davidlion closed a pull request on y-scope/fluent-bit-clp
chore: Update GitHub pull-request template to the latest from `y-scope/public-repo-template`.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.conventionalc...davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
Prior to this we haven't had a consistent style for CMake docstrings, but after some discussion lets follow what we do for Taskfiles (essentially JSDoc). However, we can exclude the parameter types...
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
I know you plan to use `multiValueArgs` in the future, but in this code it seems confusing. `set(multiValueArgs` is unsetting the variable, but then we reference this unset variable after. I'm ass...
davidlion pushed 2 commits to irv2-beta y-scope/clp-ffi-go
davidlion pushed 1 commit to main y-scope/yscope-dev-utils
- feat(taskfiles): Add cmake and remote utils; Update checksum data path to an array. (#16) Co-authored-by: Junhao Lia... 8f5213d
davidlion closed a pull request on y-scope/yscope-dev-utils
feat(taskfiles): Add cmake and remote utils; Update checksum data path to an array.
# Description This PR adds two new sets of utility tasks, while also updating the checksum util tasks. #### cmake utils This PR adds two new tasks related to building a cmake project. The firs...davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Rename OUTPUT_FILE to CHECKSUM_FILE in compute-checksum. 50ef64e
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Apply suggestions from code review. Co-authored-by: kirkrodrigues <[email protected]> 6b08c4b
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Address review comments; fix doc string default values. bc2c808
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Apply suggestions from code review. Co-authored-by: kirkrodrigues <[email protected]> 7c5e728
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- ci: Add tasks for building ystdlib-cpp and a GitHub workflow to validate build success. (#16) 88c0b3f
davidlion closed a pull request on y-scope/ystdlib-cpp
ci: Add tasks for building ystdlib-cpp and a GitHub workflow to validate build success.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion To build all targets in `ystdlib-cpp`: ```
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- fix: Include the `venv` checksum file in the sources fields for all public linting tasks. (#15) 9cc7027