Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

davidlion

davidlion pushed 1 commit to main y-scope/ystdlib-cpp
  • chore: Add Taskfile tasks to lint C++ files. (#13) e3d296a

View on GitHub

davidlion closed a pull request on y-scope/ystdlib-cpp
chore: Add Taskfile tasks to lint C++ files.
<!-- 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 on a pull request on y-scope/ystdlib-cpp

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.cpp" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.h" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.hpp" ```

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.cpp" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.h" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.hpp" ``` (headers need to be self-contained so ...

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion target_sources(dummy PRIVATE src/ystdlib/hello.cpp) ```

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
move/rename to `src/ystdlib/hello.cpp`

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
mv to `src/ystdlib/hello.cpp`

View on GitHub

davidlion created a review on a pull request on y-scope/ystdlib-cpp
As per offline discussion, additionally other changes/fixes regarding `deps` and `venv` are on the way.

View on GitHub

davidlion created a review on a pull request on y-scope/ystdlib-cpp
As per offline discussion, additionally other changes/fixes regarding `deps` and `venv` are on the way.

View on GitHub

davidlion pushed 1 commit to main y-scope/ystdlib-cpp
  • fix: Drop `silent` flag from `lint:cmake-check` command; Remove GNU-specific xargs flag; Avoid running `lint:yaml` un... 0151da1

View on GitHub

davidlion closed a pull request on y-scope/ystdlib-cpp
fix: Drop `silent` flag from `lint:cmake-check` command; Remove GNU-specific xargs flag; Avoid running `lint:yaml` unnecessarily.
<!-- 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 on a pull request on y-scope/ystdlib-cpp

View on GitHub

davidlion pushed 1 commit to main y-scope/ystdlib-cpp
  • chore: Add boilerplate CMake project and Taskfile tasks to lint CMake files. (#12) 3b6997f

View on GitHub

davidlion closed a pull request on y-scope/ystdlib-cpp
chore: Add boilerplate CMake project and Taskfile tasks to lint CMake files.
<!-- 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 on a pull request on y-scope/ystdlib-cpp

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
Same as `cmake-check`. ```suggestion ```

View on GitHub

davidlion created a review on a pull request on y-scope/ystdlib-cpp

View on GitHub

davidlion created a review on a pull request on y-scope/ystdlib-cpp
Lets just drop the `CMake/` directory for now. I feel like those files have too little context atm.

View on GitHub

davidlion created a review on a pull request on y-scope/ystdlib-cpp
Lets just drop the `CMake/` directory for now. I feel like those files have too little context atm.

View on GitHub

davidlion pushed 1 commit to main y-scope/ystdlib-cpp
  • ci: Add GitHub workflow to run code linting checks daily, on push, and on pull request. (#11) 16b2700

View on GitHub

davidlion closed a pull request on y-scope/ystdlib-cpp
ci: Add GitHub workflow to run code linting checks daily, on push, and on pull request.
<!-- 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 on a pull request on y-scope/ystdlib-cpp

View on GitHub

davidlion pushed 1 commit to main y-scope/ystdlib-cpp
  • docs: Add an initial README outlining instructions for project setup and linting tasks. (#10) b2d9a56

View on GitHub

davidlion closed a pull request on y-scope/ystdlib-cpp
docs: Add an initial README outlining instructions for project setup and linting tasks.
<!-- 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 on a pull request on y-scope/ystdlib-cpp

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion To run all linting checks AND fix some violations: ``` Just matching the wording in spider.

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion Before submitting a pull request, ensure you’ve run the linting commands below and have fixed all violations and suppressed all warnings. ```

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion desc: "Removes the project build directory." ``` For now let's be more explicit. If `clean` changes we can make the description more abstract later.

View on GitHub

davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion desc: "Runs the full suite of linters and fixes some violations." ``` Just matching the wording in spider.

View on GitHub

Load more