Rick Clephas
07/02/2024, 6:24 AMIrTextDumpHandler
and `IrPrettyKotlinDumpHandler`:
• top level generated declarations aren’t included in IrTextDumpHandler
, but are in IrPrettyKotlinDumpHandler
• additional files (provided by AdditionalSourceProvider
) are excluded from IrPrettyKotlinDumpHandler
, but not from IrTextDumpHandler
I am missing some kind of config, or are these differences expected?dmitriy.novozhilov
07/02/2024, 6:35 AMRick Clephas
07/02/2024, 6:39 AMIrPrettyKotlinDumpHandler
, rigth?
In that case is there any reason to use IrTextDumpHandler
over IrPrettyKotlinDumpHandler
?dmitriy.novozhilov
07/02/2024, 6:51 AMSo in order to test the generation of top level declarations you would needProbably yes, rigth?IrPrettyKotlinDumpHandler
In that case is there any reason to useExcept for case with top-level declarations it's more about personal preference I personally like regular dumps more, as they much more informativeoverIrTextDumpHandler
?IrPrettyKotlinDumpHandler
Rick Clephas
07/02/2024, 7:06 AMI personally like regular dumps more, as they much more informativeYeah agreed. In that case using both might be the best.