Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Address review comments. b482d6d
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
Want to change `DATA_PATHS` to `DATA_PATTERNS` to match?
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
Sorry, I'll remove this. It is old code from when I was figuring out task. You're right, but this line was aimed at a symlink related to my vim linting setup.
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
Sorry, I'll remove this. It is old code from when I was figuring out task. Iirc it is from my vim linting setup I think.
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
I might be missing something, but this is what I've been going off of: Without allowing the caller to specify the install prefix, we would always install to the system path by default. Installin...
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
I'm just going to remove the log. The final log covers what happened in a failure anyway. >Another way to write it is to move the loop breaking condition down here. Fwiw, I'm pretty sure we'd n...
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Apply suggestions from code review. Co-authored-by: kirkrodrigues <[email protected]> 4cd555b
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
What do you think about `FILE_SHA256` to match the other task?
davidlion created a comment on a pull request on y-scope/yscope-dev-utils
> Some quick high-level comments before a detailed review: > > * The Rabbit has some suggestions that I think are valid. > > * Can `fetch-src` replace CLP's [download-and-extract-tar]...
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Add optional exlucde and include paths parameters to download-and-extract-tar. dd4c1e6
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Add rabbitai fixes; update doc strings; update quotes; download-and-extract-tar needs to handle filtering the tar ball. d09b8fb
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
Task will already fail if any command fails.
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Fix incorrect DATA_DIR names in requires statements. c9e6c02
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
Sure we can. I don't know if it makes a difference, but I don't think it can hurt either.
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Update taskfiles/utils.yml Co-authored-by: Junhao Liao <[email protected]> 123418c
davidlion pushed 1 commit to cmake-utils davidlion/yscope-dev-utils
- Update taskfiles/utils.yml Co-authored-by: Junhao Liao <[email protected]> 419938f
davidlion created a review comment on a pull request on y-scope/yscope-dev-utils
No sorry. I think I might need to add this in other places too.
davidlion opened a pull request on y-scope/yscope-dev-utils
Taskefile: 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 created a branch on davidlion/yscope-dev-utils
cmake-utils - A collection of configs, scripts, and tools that are reusable across YScope repos.
davidlion created a tag on y-scope/clp-ffi-go
v0.0.7-beta - clp-ffi-go is a library to encode log messages with CLP, and work with the encoded messages using a foreign function interface (FFI).