shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
thheller 2021-04-08T07:41:34.477200Z

@dottedmag strange indeed. (throw (ex-info "foo" {})) works as expected. must have something to do with throwing a string. I'll investigate

thheller 2021-04-08T08:48:44.477400Z

fixed in 2.12.2

👍 1
dottedmag 2021-04-08T08:51:35.477800Z

@thheller Not on NPM yet?

thheller 2021-04-08T09:07:05.478300Z

oops, fixed

dottedmag 2021-04-08T09:15:39.478500Z

Thanks, works.

wilkerlucio 2021-04-08T19:22:19.479900Z

one thing that I noticed on shadow cljs build-report: when I use a dependency from git (using deps.edn), it ends up grouped as if it was code from the project itself (instead of separate dependency)

wilkerlucio 2021-04-08T19:23:04.480100Z

should I open an issue for it?

thheller 2021-04-08T19:30:25.480400Z

yes please

thheller 2021-04-08T19:30:47.480600Z

its because it treats everything that is not in a .jar as a project file

thheller 2021-04-08T19:30:56.480800Z

which of course is sort of incorrect 😛

🙏 1
wilkerlucio 2021-04-08T19:53:15.481Z

https://github.com/thheller/shadow-cljs/issues/867

👍 1