tools-build

2021-09-04T18:35:24.043Z

Is it intentional that uber's :main argument takes a symbol but doesn't change hyphens in a symbol into underscores?

Alex Miller (Clojure team) 2021-09-04T18:58:10.044Z

Nope

Alex Miller (Clojure team) 2021-09-04T18:58:27.044500Z

Should definitely do that :)

Alex Miller (Clojure team) 2021-09-04T18:59:10.045300Z

I think you can also pass a string there too, on my phone

2021-09-04T19:14:49.046400Z

Thanks, I might use the string since I think that's more semantically correct than a symbol with an underscore.

2021-09-04T19:14:56.046600Z

At least until that gets fixed.

Alex Miller (Clojure team) 2021-09-04T20:37:31.047Z

I will get that soon

Alex Miller (Clojure team) 2021-09-04T21:34:07.047500Z

tools.build v0.2.1 dd64636 • jar, uber - replace - with _ in main class names

🎉 3
2021-09-04T21:49:08.047700Z

Awesome, thanks!