Skip to content

move meck to test dependencies + fix naming#2

Merged
intjelic merged 2 commits into
erlangsters:masterfrom
SuddenGunter:fix/rebar
May 19, 2026
Merged

move meck to test dependencies + fix naming#2
intjelic merged 2 commits into
erlangsters:masterfrom
SuddenGunter:fix/rebar

Conversation

@SuddenGunter
Copy link
Copy Markdown
Contributor

In original code, meck was named rebar in deps, this PR fixes it.

Also, I moved meck to test dependencies - it will prevent meck to be bundled/shipped as transitive dependency with term-validator (though this is optional and I can change/roll this back)

SuddenGunter and others added 2 commits May 18, 2026 19:46
The dependency was incorrectly named 'rebar' instead of 'meck', causing
confusion and duplicate entries in rebar.lock. Updated to use the correct
name 'meck' for the mocking framework dependency.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Meck is only needed for testing, not production use. Moving it to the
test profile ensures it's only fetched and compiled when running tests,
keeping production dependencies minimal.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@intjelic intjelic merged commit 1abc721 into erlangsters:master May 19, 2026
2 checks passed
@intjelic
Copy link
Copy Markdown
Member

Good catch. Thanks!

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