Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
LinZhihao-723 opened a pull request on y-scope/clp
feat(ffi): Update schema-tree-node-insertion IR unit's handler signature to receive the inserted schema tree.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...LinZhihao-723 created a branch on LinZhihao-723/clp
node-insertion-update - Compressed Log Processor (CLP) is a free tool capable of compressing text logs and searching the compressed logs without decompression.
LinZhihao-723 pushed 1 commit to main y-scope/clp-ffi-js
- feat: Add support for reading auto-generated kv-pairs using `StructuredIrStreamReader`. (#60) 983da6f
LinZhihao-723 closed a pull request on y-scope/clp-ffi-js
feat: Add support for deserializing and decoding auto-generated keys in Structured IR streams.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...LinZhihao-723 created a comment on a pull request on y-scope/clp-ffi-js
> Latest changes look reasonable - see title Shall we call it "deserialize" to match our glossary?
LinZhihao-723 pushed 1 commit to main y-scope/clp-loglib-py
- chore: Bump version for release v0.0.14. (#58) a22e821
LinZhihao-723 closed a pull request on y-scope/clp-loglib-py
chore: Bump version for release v0.0.14.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...LinZhihao-723 created a tag on y-scope/clp-loglib-py
v0.0.14 - Logging/encoding/decoding using CLP's IR stream format
LinZhihao-723 opened a pull request on y-scope/clp-loglib-py
chore: Bump version for release v0.0.14.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...LinZhihao-723 created a branch on LinZhihao-723/clp-loglib-py
v0.0.14 - Logging/encoding/decoding using CLP's IR stream format
LinZhihao-723 pushed 1 commit to main y-scope/clp-loglib-py
- docs: Clarify description of the UTC offset in `ClpKeyValuePairStreamHandler`'s auto-generated timestamp kv-pair. (#57) 6cf3e2b
LinZhihao-723 closed a pull request on y-scope/clp-loglib-py
docs: Clarify description of the UTC offset in `ClpKeyValuePairStreamHandler`'s auto-generated timestamp kv-pair.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...LinZhihao-723 created a branch on LinZhihao-723/clp-loglib-py
doc-update - Logging/encoding/decoding using CLP's IR stream format
LinZhihao-723 created a review on a pull request on y-scope/clp-loglib-py
I don't have any more comments.
LinZhihao-723 created a review comment on a pull request on y-scope/clp-loglib-py
Sure, that sounds better
LinZhihao-723 created a review comment on a pull request on y-scope/clp-ffi-js
Just double-checked. `has_error` has been used in other places correctly. In `UnstructuredIrStreamReader.cpp`, `has_value()` is used because the return type is `std::optional`.
LinZhihao-723 pushed 1 commit to auto-gen-keys LinZhihao-723/clp-ffi-js
- Apply code review comments dd923c9