@mfikes I tracked down the problem with satisfies?
producing an inference warning - it's in something like #(satisfies? IFoo %)
- the warning can be made to go away by providing a hint on the value (eg in args). is this expected behaviour?
eg: https://github.com/dazld/cljs-protocol-inference-warning/blob/master/src/app/core.cljs
I don't think it is expected behavior @dazld; worth a JIRA IMHO
I've not made an issue on the CLJS jira before. Is there a guide to how to do that?
yeah file a ticket with that repro, thanks
what's the process for becoming a contributor / having access to JIRA? i've not done it before.
i've signed up already, but getting a no access message
I think you might need to ping @alexmiller for this
please note that we are currently reserving jira accounts for those providing patches
if you're looking to file requests/bugs, please use https://ask.clojure.org
thumbs up, thanks