Hilton Chain via Guix-patches via writes: > V3 -> V4: > - tree-sitter-bash@0.20.0, > tree-sitter-c@0.20.6, > tree-sitter-cpp@0.20.3, > tree-sitter-python@0.20.4, > tree-sitter-rust@0.20.4. > > V2 -> V3: > - tree-sitter-c@0.20.5. > - Re-indent code in a separate commit to produce more readable diffs. > > V1 -> V2: > - Merge tree-sitter-javascript and tree-sitter-typescript updates into one > commit. > - Merge tree-sitter-c and tree-sitter-cpp updates into one commit. > Each case updating the former package breaks build of the latter's old > version. > > Hilton Chain (11): > gnu: Add rust-path-slash-0.2. > gnu: tree-sitter: Update to 0.20.10. > gnu: tree-sitter-bash: Update to 0.20.0. > gnu: tree-sitter-c-sharp: Update to 0.20.0. > gnu: tree-sitter-java: Update to 0.20.1. > gnu: tree-sitter-typescript: Update to 0.20.2. > gnu: tree-sitter-python: Update to 0.20.4. > gnu: tree-sitter-cpp: Update to 0.20.3. > gnu: tree-sitter-go: Update to 0.20.0. > gnu: tree-sitter-rust: Update to 0.20.4. > gnu: tree-sitter: Re-indent. > > gnu/packages/crates-io.scm | 22 ++++++ > gnu/packages/tree-sitter.scm | 141 +++++++++++++++++------------------ > 2 files changed, 90 insertions(+), 73 deletions(-) > > > base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74 I've made a few comments on individual patches, but apart from those issues, overall this looks good to me.