yigit
02/10/2021, 6:34 PMMiłosz Lewandowski
02/10/2021, 6:36 PMyigit
02/10/2021, 6:37 PMZac Sweers
02/11/2021, 8:53 PMCompilationErrorException
no longer fails the compilation task in Ksp anymore in the 1.4.30 alpha. Is that expected? I don't see how we can test for failure cases anymore since it operates seemingly only by logging (whereas I would expect it to fail a build)Zac Sweers
02/11/2021, 8:53 PMZac Sweers
02/11/2021, 8:55 PMKotlinCompilation
this is attached to fail, but it reports it was successfulJiaxiang
02/11/2021, 9:08 PMZac Sweers
02/11/2021, 9:34 PMZac Sweers
02/11/2021, 9:34 PMyigit
02/11/2021, 9:34 PMyigit
02/11/2021, 9:34 PMZac Sweers
02/11/2021, 9:36 PMyigit
02/11/2021, 9:36 PMyigit
02/11/2021, 9:37 PMyigit
02/11/2021, 9:37 PMZac Sweers
02/11/2021, 9:38 PMZac Sweers
02/11/2021, 9:39 PMZac Sweers
02/11/2021, 9:40 PMZac Sweers
02/11/2021, 9:41 PMyigit
02/11/2021, 9:41 PMyigit
02/11/2021, 9:42 PMZac Sweers
02/11/2021, 9:44 PMZac Sweers
02/11/2021, 9:44 PMJiaxiang
02/11/2021, 9:46 PMonError()
for error handling, that should help by overriding onError()
Jiaxiang
02/11/2021, 9:47 PMZac Sweers
02/11/2021, 9:50 PMZac Sweers
02/11/2021, 9:51 PMJiaxiang
02/11/2021, 9:52 PMTing-Yuan Huang
02/11/2021, 10:16 PMCompilationErrorException
, which is caught and treated specially by compiler. KSPLogger.error("msg")
and throw Error("msg")
do fail kspKotlin
and blocks `compileKotlin`(which depends on kspKotlin
)