Hi, I'm maintaining a compiler plugin that uses PS...
# compiler
d
Hi, I'm maintaining a compiler plugin that uses PSI and source code generation. I recently read that PSI is going to be deprecated (and removed?) for FIR at some point? Is this true? Is there somewhere I could learn more about this transition to try and guess what the maintenance burden of this change would be?
e
d
Thank you!
b
d
KSP is insufficient for my needs since it doesn't allow inspection of default values, and eventually some other features if I ever get a chance to add them. I probably will wait for the FIR change before doing significant additional work that would need to be migrated, though.