Fork me on GitHub
#cljs-dev
<
2018-07-15
>
dnolen22:07:17

@mfikes any reason to not just annotate the declares in core with arglists?

mfikes22:07:02

Technically speaking, even though it should make no change, it would also not hurt.

mfikes22:07:23

(This is simply because of that aspect where core gets compiled twice.)

dnolen22:07:23

oh right, though we probably want to get rid of that at some point

mfikes22:07:00

Yep, that seems like an assumption that isn't worth banking will always be true.

mfikes22:07:06

(Along somewhat related lines, lots of ^boolean annotations could probably be safely removed.)

dnolen22:07:35

hrm, right - though we probably want tests to confirm that we won’t get truth checks

mfikes22:07:36

Adding another JIRA for the arglist thing...