Skip to content

refactor(pass): move into plugins folder#414

Merged
joe0BAB merged 3 commits intomainfrom
refactor/pass
Jan 16, 2026
Merged

refactor(pass): move into plugins folder#414
joe0BAB merged 3 commits intomainfrom
refactor/pass

Conversation

@joe0BAB
Copy link
Copy Markdown
Collaborator

@joe0BAB joe0BAB commented Jan 16, 2026

Moves the pass plugin into the plugins folder for consistency. Additionally, replaces the hardcoded list for the unit tests with a for loop around the output of go list

(TIL about secondary expansion https://www.gnu.org/software/make/manual/html_node/Secondary-Expansion.html. Essentially the make snippet gets processed twice. The result of the first pass gets passed to a shell and the $$ turns into $ for the second pass)

@joe0BAB joe0BAB self-assigned this Jan 16, 2026
@joe0BAB joe0BAB requested a review from Benehiko January 16, 2026 08:10
@joe0BAB joe0BAB marked this pull request as ready for review January 16, 2026 08:46
Benehiko
Benehiko previously approved these changes Jan 16, 2026
@joe0BAB joe0BAB merged commit 735208d into main Jan 16, 2026
14 checks passed
@joe0BAB joe0BAB deleted the refactor/pass branch January 16, 2026 09:16
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.

2 participants