Fork me on GitHub
#shadow-cljs
<
2021-04-08
>
thheller07:04:34

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

thheller08:04:44

fixed in 2.12.2

👍 3
thheller09:04:05

oops, fixed

dottedmag09:04:39

Thanks, works.

wilkerlucio19:04:19

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)

wilkerlucio19:04:04

should I open an issue for it?

thheller19:04:47

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

thheller19:04:56

which of course is sort of incorrect 😛

🙏 3