May be a good first compiler contribution if someo...
# arrow-meta
r
May be a good first compiler contribution if someone is interested. My guess is that they don’t handle in the impl correctly the fact that the function is suspended and it runs into an NPE
k
I would be happy to help, i am no expert at all, watched the compiler plugin talk but didn't write any yet
r
This would be a Kotlin compiler contribution trying to address https://youtrack.jetbrains.com/issue/KT-34250
Maybe it's a missing feature or maybe a bug but it's preventing arrow to compile with IR
k
is there a way for to avoid IR in these cases? or that just not worth the effort and wait for someone to pick up and fix it with the compiler
r
Thanks for finding that, we are not alone
I reported the issue so hopefully is addressed at some point
👍 1