Probably something local because I am on master wi...
# arrow-meta
m
Probably something local because I am on master without changes 🤔 Someones has an idea of what could be going on?
d
It literally takes me 15 seconds to scroll over your message on my phone
I sometimes advise/ask to put stack traces in the thread
👍 2
s
I always add them as code snippets myself. That collapses them by default, but requires you to open in browser for very long stack traces which can also be very annoying.
r
Hi Matias, try putting a debug point before it fails and run in debug mode, most likely the JVM or runtime you are using differs here and does not have those fields. If that is the case is would be good to document this case. According the typechecker with reflection is far from ideal but is what we have now since the compiler sets it statically
m
Thanks to all, I will take the advice.
👍 1
I will document the case, thanks for the help.
I am on my phone now and 15 seconds is not an exaggeration haha
😂 1
was the runtime version, was using 12.0.2. with 1.8.0_241 works well. not sure about how should be documented 🤔