https://kotlinlang.org logo
s

SrSouza

02/07/2019, 6:04 PM
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

Nikky

02/08/2019, 2:27 AM
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

SrSouza

02/08/2019, 3:36 PM
Have this issue https://youtrack.jetbrains.com/issue/KT-29573 I report to Ilya before I that is array that is not working
n

Nikky

02/09/2019, 1:06 AM
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

ilya.chernikov

02/11/2019, 12:00 PM
Thanks, folks! I’ll investigate this one asap.