pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/carwash



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Nov 16 16:57:10 UTC 2025

Modified Files:
        pkgsrc/devel/carwash: Makefile cargo-depends.mk distinfo

Log Message:
devel/carwash: update to 0.3.2

[0.3.2] - 2025-11-14
New Features

Disk Space Analysis

    See target/ directory sizes for all your projects at a glance
    Color-coded indicators help identify space-hungry projects:
        Red (>1GB): Time to clean!
        Yellow (>100MB): Worth reviewing
        Gray (<100MB): Reasonable size
        Very dim (0B): Already clean
    Sizes update automatically in the background
    After running cargo clean, sizes recalculate instantly so you see the freed space immediately

Smarter Workspace Handling

    crates/ directories are now transparent - workspace members appear directly under the workspace root
    No need to manually expand crates/ folders anymore
    Cleaner view: turbovault/crates/turbovault-core becomes turbovault/turbovault-core
    Workspaces with both [workspace] and [package] sections now display correctly with all members visible

Better Navigation

    Focus indicator in status bar shows which pane is active (Projects, Dependencies, or Output)
    Tab key cycles between panes intelligently
    Ctrl+[ and Ctrl+] switch between output tabs from anywhere
    Output pane shows tab counter (e.g., "Output (2/5)")
    Help screen now scrolls properly with arrow keys, j/k, PgUp/PgDn, and Home

Bug Fixes

    Fixed issue where pressing 'u' to check for updates would check the wrong project
    Fixed dependencies pane not showing when a project was selected
    Fixed workspace members not appearing in the tree view
    Fixed workspaces appearing as single projects instead of showing all members
    Fixed cargo clean race conditions when running on multiple workspace members simultaneously
        Now runs sequentially within each workspace to prevent errors
        Each project still gets its own output tab for full visibility
        Standalone projects continue to run in parallel for speed


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/carwash/Makefile \
    pkgsrc/devel/carwash/cargo-depends.mk pkgsrc/devel/carwash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/carwash/Makefile
diff -u pkgsrc/devel/carwash/Makefile:1.3 pkgsrc/devel/carwash/Makefile:1.4
--- pkgsrc/devel/carwash/Makefile:1.3   Mon Nov 10 12:29:03 2025
+++ pkgsrc/devel/carwash/Makefile       Sun Nov 16 16:57:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/11/10 12:29:03 pin Exp $
+# $NetBSD: Makefile,v 1.4 2025/11/16 16:57:10 pin Exp $
 
-DISTNAME=      carwash-0.3.1
+DISTNAME=      carwash-0.3.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=epistates/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/devel/carwash/cargo-depends.mk
diff -u pkgsrc/devel/carwash/cargo-depends.mk:1.3 pkgsrc/devel/carwash/cargo-depends.mk:1.4
--- pkgsrc/devel/carwash/cargo-depends.mk:1.3   Mon Nov 10 12:29:03 2025
+++ pkgsrc/devel/carwash/cargo-depends.mk       Sun Nov 16 16:57:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.3 2025/11/10 12:29:03 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.4 2025/11/16 16:57:10 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  aho-corasick-1.1.4
 CARGO_CRATE_DEPENDS+=  allocator-api2-0.2.21
Index: pkgsrc/devel/carwash/distinfo
diff -u pkgsrc/devel/carwash/distinfo:1.3 pkgsrc/devel/carwash/distinfo:1.4
--- pkgsrc/devel/carwash/distinfo:1.3   Mon Nov 10 12:29:03 2025
+++ pkgsrc/devel/carwash/distinfo       Sun Nov 16 16:57:10 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2025/11/10 12:29:03 pin Exp $
+$NetBSD: distinfo,v 1.4 2025/11/16 16:57:10 pin Exp $
 
 BLAKE2s (aho-corasick-1.1.4.crate) = 1419308c5b0745af6cfa18dd4c9639f7078f564e9dacbe2b17b03df42c393409
 SHA512 (aho-corasick-1.1.4.crate) = c77e35191b00546f5e499fab154170cedd619599e7250f92db9fba0a41c833eb426f214e58b00c5c39f8757406b33492b3241cb8cb233ce384ad0683c3ee4b62
@@ -51,9 +51,9 @@ Size (bytes-1.10.1.crate) = 76779 bytes
 BLAKE2s (cargo-lock-11.0.0.crate) = 73231b8ba407da5082a8fa0e3f9b7727cbb3dbdd2b05e4559826a478b7bba080
 SHA512 (cargo-lock-11.0.0.crate) = 3c3c63218fb856f38d0bc3daaa028f6c44370d4530f30fad7162d599f17004b7daf160a5f7079b150e5f818ff9df737deef8a2a0ae90da87eda8e03b5ae4156a
 Size (cargo-lock-11.0.0.crate) = 46233 bytes
-BLAKE2s (carwash-0.3.1.tar.gz) = 1a379916bbd270dc35da94346b8592ad1904f9c5d4c7f10f66937debf25f47ad
-SHA512 (carwash-0.3.1.tar.gz) = 0dd7cd66d210761dc6b9304c5449354bf61143b9b9f1497805a477677e18ba463e8d20dbd99f77453c01f126973acdee2620cc5fb19b00914118c4e649af5535
-Size (carwash-0.3.1.tar.gz) = 377910 bytes
+BLAKE2s (carwash-0.3.2.tar.gz) = 6b736be6e6d03dd829592ccd21844be370e91f1a0b86fbe97d4fcfd05676570c
+SHA512 (carwash-0.3.2.tar.gz) = c6624b792843e21edacf000e5272a33d7cc355d810b706e0e2c7b0f3619e2c7a9d26ab14d58013eadf92315656111986b8db4ad5c5dfc0357c4cabf957ff1b28
+Size (carwash-0.3.2.tar.gz) = 384332 bytes
 BLAKE2s (cassowary-0.3.0.crate) = b17facbc17a2111cef15ced2fdcbee59ae6747e942e059144b8b67ca7c13d9d2
 SHA512 (cassowary-0.3.0.crate) = 0838c0b79ed31f0c514fe4ac82633976e34b0d6cb08616313cda0e00623514fc6498c6c308cfef54ea029f1fdbaafe2991ca8ac3c38437a113ac62e37f9397f8
 Size (cassowary-0.3.0.crate) = 22876 bytes



Home | Main Index | Thread Index | Old Index