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
Should something like that be added to exec-fn too? Or should this code be refactored so that the -main entry point calls the exec-fn entry point after parsing CLI opts into the tools-deps -X map format?
The text was updated successfully, but these errors were encountered:
exec-fn is community contributed and not officially supported , we recommend sticking to bin/kaocha as documented. However PRs to improve it are welcome.
When I run autogenerated
fdef
spec tests with theexec-fn
entry point, I get this exception on failures:This appears to be caused by
exec-fn
not having something similar to this in-main*
:kaocha/src/kaocha/runner.clj
Line 148 in 15e553d
Should something like that be added to
exec-fn
too? Or should this code be refactored so that the-main
entry point calls theexec-fn
entry point after parsing CLI opts into the tools-deps-X
map format?The text was updated successfully, but these errors were encountered: