evant
04/15/2021, 3:49 PMevant
04/15/2021, 3:50 PMyigit
04/15/2021, 3:50 PMevant
04/15/2021, 3:50 PMevant
04/15/2021, 3:51 PMyigit
04/15/2021, 3:58 PMevant
04/15/2021, 3:58 PMevant
04/15/2021, 3:58 PMyigit
04/15/2021, 3:59 PMevant
04/15/2021, 4:03 PMevant
04/15/2021, 4:06 PMfun foo() = "test"
is missing. Haven't narrowed that one down yet.Ting-Yuan Huang
04/15/2021, 4:18 PMevant
04/15/2021, 5:53 PMI'm seeing where sometimes an implicit return type is missingok I don't think this is actually a bug, turns out the method was returning a platform type, which isn't equal to the non-nullable kotlin equivalent
Ademir Queiroga
04/16/2021, 12:56 AMTing-Yuan Huang
04/16/2021, 1:03 AMArrayIndexOutOfBoundsException
(and IOException
) seems to be a result of unclosed files (on exceptions) in previous builds in KotlinCompileDaemon
. With the above fix it should go away / be hidden. I'm closing them on exceptions in this PR https://github.com/google/ksp/pull/389. Fixes will be available in the release next week.