Ecosyste.ms: Timeline

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

y-scope/clp-ffi-js

junhaoliao created a tag on y-scope/clp-ffi-js

v0.3.2

junhaoliao published a release on y-scope/clp-ffi-js
v0.3.2
## What's Changed * Add `LogEventWithFilterData` template class to extend log event classes with processed fields for filtering. by @davemarco in https://github.com/y-scope/clp-ffi-js/pull/32 * U...
junhaoliao pushed 1 commit to main y-scope/clp-ffi-js
  • chore: Upgrade version for 0.3.2 release. (#47) 225414a

View on GitHub

junhaoliao closed a pull request on y-scope/clp-ffi-js
chore: Upgrade version for 0.3.2 release.
Related: #44 <!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Exampl...
kirkrodrigues created a review on a pull request on y-scope/clp-ffi-js

View on GitHub

junhaoliao deleted a branch y-scope/clp-ffi-js

v0.3.1

junhaoliao deleted a branch y-scope/clp-ffi-js

v0.3.0

junhaoliao deleted a branch y-scope/clp-ffi-js

v0.1.0

coderabbitai[bot] created a comment on a pull request on y-scope/clp-ffi-js
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

junhaoliao opened a pull request on y-scope/clp-ffi-js
chore: Upgrade version for 0.3.2 release.
<!-- 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 ...
junhaoliao pushed 1 commit to main y-scope/clp-ffi-js
  • build(cmake): Extract CMake project name and version from package.json. (#45) 476f3c7

View on GitHub

junhaoliao closed a pull request on y-scope/clp-ffi-js
build(cmake): Extract CMake project name and version from package.json.
<!-- 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 ...
kirkrodrigues created a review on a pull request on y-scope/clp-ffi-js
For the PR title, how about: ``` build(cmake): Extract CMake project name and version from package.json. ``` It's subjective, but I think `build` is a more appropriate type since this chang...

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
> I think this point is kind of unrelated to the above and sounds more like it's questioning the motivation of the PR? yes > I think we should keep it. sure. sounds good

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp-ffi-js

View on GitHub

junhaoliao created a comment on a pull request on y-scope/clp-ffi-js
This PR is blocking https://github.com/y-scope/yscope-log-viewer/pull/152

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
> but yeah why don't we directly change the metadata in package.json and let cmake sync from it? lol Yep. > with that said, realistically, in this project, those variables are not getting ref...

View on GitHub

kirkrodrigues created a review on a pull request on y-scope/clp-ffi-js

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
and setting cache variables allow docstrings (though it's not like we can't write a comment instead i guess they don't strictly need to be cache variables

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp-ffi-js

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
my understanding of CMake cache variables is that they are like configuration variables that can be overridden by `-DXXX` passed to the `cmake` command. with that said, realistically, in this p...

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp-ffi-js

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
```suggestion if("${PACKAGE_JSON_CONTENT}" MATCHES "\"version\":[ ]*\"([^\"]+)\"") ```

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
```suggestion "${CMAKE_MATCH_1}" ```

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
```suggestion "${CMAKE_MATCH_1}" ```

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
Why do we need/want to make these cache variables?

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
```suggestion if("${PACKAGE_JSON_CONTENT}" MATCHES "\"name\":[ ]*\"([^\"]+)\"") ``` To avoid [double-variable expansion](https://cmake.org/cmake/help/latest/command/if.html#variable-expansion).

View on GitHub

kirkrodrigues created a review comment on a pull request on y-scope/clp-ffi-js
How about `CLP_FFI_JS_PACKAGE_JSON_CONTENT`? (To follow our convention of prefixing local variables with the project name.)

View on GitHub

kirkrodrigues created a review on a pull request on y-scope/clp-ffi-js

View on GitHub

coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 0** <details> <summary>๐Ÿงน Nitpick comments (1)</summary><blockquote> <details> <summary>src/clp_ffi_js/constants.hpp (1)</summary><blockquote> Line range hint `30-37...

View on GitHub

Load more