Closed vedang closed 8 months ago
Some tests need some love I guess
My bad! I didn't run the tests locally.
I looked at the test results. They are unrelated to the current PR, but seem easy to fix. I'll fix them in a new commit and push the commit to this PR.
I've fixed the broken tests and explained the issue in the commit message. Please re-review
@vedang Yes, indeed those failing tests weren't related to your PR, but seem suspicious because when you add a :tag
argument, you should get that version instead of the absolute newest. I'll look at this after merging this one. Thanks a bunch!
Oh I see, you explained it indeed well in the commit message:
git/find-github-tag 'clj-kondo/clj-kondo "v2022.03.08" return nil
This is a minor change, which removes the hard-coding of the
slipset/deps-deploy
version in thebuild-alias
function.I have tested the change locally using
bbin
, and see thatneil add build
now usesslipset/deps-deploy {:mvn/version "0.2.2}
Closes: #205
Please answer the following questions and leave the below in as part of your PR.
[X] This PR corresponds to an issue with a clear problem statement.
[X] I have updated the CHANGELOG.md file with a description of the addressed issue.