You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The neil version command throws an exception when no deps.edn file exists in the current directory.
repro
$ mkdir neil-repro && cd neil-repro && neil version
----- Error --------------------------------------------------------------------
Type: java.io.FileNotFoundException
Message: /Users/rads/neil-repro/deps.edn (No such file or directory)
Location: /Users/rads/.gitlibs/libs/io.github.babashka/neil/78ffab1868dc04b2eec5d7195d2d8f92c416e528/neil:864:14
expected behavior
If you create an empty deps.edn, it works as expected. It should work the same way without creating the deps.edn first:
$ touch deps.edn
$ neil version
{:neil "0.3.68", :project :version-not-set}
The text was updated successfully, but these errors were encountered:
babashka version
v1.12.197
neil version
0.3.68
platform
macOS Sequoia 15.3.2
problem
The
neil version
command throws an exception when nodeps.edn
file exists in the current directory.repro
expected behavior
If you create an empty
deps.edn
, it works as expected. It should work the same way without creating thedeps.edn
first:The text was updated successfully, but these errors were encountered: