Hi <@U0CHHN4F4>, I made a fork of <@UBBFK40RZ> Min...
# scripting
s
Hi @ilya.chernikov, I made a fork of @Nikky Minimal Script for reproduce the error in the parse. https://github.com/DevSrSouza/MinimalScriptingExample/commit/ae95975ba2d6df895b165a73107e8fa83bb8c29e
Copy code
gradlew run_reproduce_okay
gradlew run_reproduce_with_array
gradlew run_reproduce_with_intarray
n
which arrays did you get to work or not ?
@SrSouza did you create a issue for this in youtrack already? if not .. could you do that and link it in the channel?
i will do my best to fill in my observations as well
s
Have this issue https://youtrack.jetbrains.com/issue/KT-29573 I report to Ilya before I that is array that is not working
n
oh also i found something with your change
you have multiple onAnnotations calls.. each one of those replaces the onAnnotations handler you have to handle them all in one call.. i have lots of other things i am about to fix and improve though
i added a reproducer to the issue
both for evaluation and for idea
@ilya.chernikov https://youtrack.jetbrains.com/issue/KT-29573#focus=streamItem-27-3285709-0-0 poke me at any time if you need any more details
i
Thanks, folks! I’ll investigate this one asap.