Jiaxiang
02/20/2021, 12:56 AMSymbolProcessor
. I’d like to open up for discussion and hear back from you on how you think about this exception handling on how it can impact your developing experience (in good way or bad way). Mainly I would like feedbacks on whether other processors should continue processing when one processor throws an exception.Zac Sweers
02/20/2021, 1:41 AMZac Sweers
02/20/2021, 1:41 AMJiaxiang
02/20/2021, 1:43 AMZac Sweers
02/20/2021, 1:44 AMJiaxiang
02/20/2021, 1:46 AMJiaxiang
02/20/2021, 1:47 AMonError()
s will be invoked, want to make sure the effect of onError()
is consistent.Jiaxiang
02/20/2021, 1:52 AMonError()
overridden to dump debugging logs, and I am interested in when the error happens, so I am counting rounds inside my processor and therefore if we fail early I might be seeing inconsistent round number for same processor combination. I am not sure if that sounds a practical use case for processors though.