Fork me on GitHub
#cljs-dev
<
2020-05-28
>
dazld10:05:57

@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?

mfikes12:05:01

I don't think it is expected behavior @dazld; worth a JIRA IMHO

dazld12:05:01

I've not made an issue on the CLJS jira before. Is there a guide to how to do that?

dnolen13:05:27

yeah file a ticket with that repro, thanks

👍 4
dazld14:05:46

what's the process for becoming a contributor / having access to JIRA? i've not done it before.

dazld14:05:54

i've signed up already, but getting a no access message

orestis15:05:22

I think you might need to ping @U064X3EF3 for this

Alex Miller (Clojure team)15:05:28

please note that we are currently reserving jira accounts for those providing patches

Alex Miller (Clojure team)15:05:51

if you're looking to file requests/bugs, please use https://ask.clojure.org

dazld16:05:33

thumbs up, thanks