deps-new

Derek 2022-06-10T18:50:16.962499Z

Hi Sean, when upgrading deps-new from 0.4.9 to 0.4.10, I’m seeing an issue with a git/sha not matching the git/tag. I’m still using -X, so maybe that workflow is the problem. Details in thread

Derek 2022-06-10T18:50:35.688399Z

My alias:

:new
  {:extra-deps
   {io.github.seancorfield/deps-new
    {:git/tag "v0.4.10"
     :git/sha "1ac9260"}}
   :exec-fn org.corfield.new/create}

Derek 2022-06-10T18:50:45.210669Z

The error:

Derek 2022-06-10T18:50:48.732389Z

Error building classpath. Library io.github.clojure/tools.build has sha and tag that point to different commits

Derek 2022-06-10T18:51:51.914909Z

It looks like the sha here https://github.com/seancorfield/deps-new/blob/09fd35ace0c450885b11fadb68d0c7e2a85fff3a/deps.edn#L3 is missing a leading b

Derek 2022-06-10T20:45:15.200159Z

PR https://github.com/seancorfield/deps-new/pull/31

šŸ†’ 1
seancorfield 2022-06-10T21:56:25.118589Z

Thanks for the PR. Merged. v0.4.12 is the new working version!

šŸ‘ 1
Derek 2022-06-10T21:56:46.482399Z

Thank you for the quick turnaround

seancorfield 2022-06-10T21:57:18.988989Z

Hope it works properly this time šŸ™‚

seancorfield 2022-06-10T21:57:37.854229Z

I really need a better test setup with that...