[x] I have considered whether I should add more tests covering the code I've changed.
New tests have been added for the new function babashka.neil/value->assoc-in-pairs, and a test for babashka.neil/add-alias-str, covering the case where the :nrepl alias produced very long lines in :extra-deps
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.
[x] I have considered whether I should add more tests covering the code I've changed.
babashka.neil/value->assoc-in-pairs
, and a test forbabashka.neil/add-alias-str
, covering the case where the:nrepl
alias produced very long lines in:extra-deps
Behavior before this PR
Given this
deps.edn
,
neil dep add nrepl
would produce thisdeps.edn
:Behavior after this PR
With the same
deps.edn
,neil dep add nrepl
would produce thisdeps.edn
: