Skip to content

fix(diff-filter): add build system output dirs + lockfiles (#162) - #170

Open
Saadat555 wants to merge 2 commits into
Ghbounty:mainfrom
Saadat555:fix/diff-filter-build-dirs-lockfiles
Open

Saadat555 wants to merge 2 commits into
Ghbounty:mainfrom
Saadat555:fix/diff-filter-build-dirs-lockfiles

Conversation

@Saadat555

Copy link
Copy Markdown

Closes #162

Summary of changes:

  1. Added 9 missing build-system output directories to GENERATED_DIR_PREFIXES in packages/diff-filter/src/patterns.ts:

    • obj/ (.NET / C# intermediate build output)
    • zig-out/ (Zig build output)
    • bazel-out/ (Bazel output base)
    • buck-out/ (Buck / Buck2 build output)
    • .stack-work/ (Haskell Stack working directory)
    • dist-newstyle/ (Haskell Cabal new-style build)
    • .lake/ (Lean 4 build directory)
    • elm-stuff/ (Elm build artifacts)
    • nimcache/ (Nim compilation cache)
  2. Added 2 missing lockfiles to LOCKFILE_NAMES in packages/diff-filter/src/patterns.ts:

    • stack.yaml.lock (Haskell Stack)
    • paket.lock (F# / .NET Paket)
  3. Added comprehensive test cases in packages/diff-filter/tests/classify.test.ts to verify all newly added patterns are correctly identified and ignored.


Contributor & Payout Details:

  • GitHub: @Saadat555
  • EVM Wallet (USDC on Base): 0xd1c82c9D7e318162518B0838158B8095805e5791

@vercel

vercel Bot commented Sep 18, 2026

Copy link
Copy Markdown

@Saadat555 is attempting to deploy a commit to the weareghbounty-6269's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

diff-filter: add build system output directories (.NET, Zig, Bazel, Buck2, Haskell, Lean 4, Elm, Nim) and lockfiles

1 participant