Hey! Is there a MetaExtension that would allow me...
# arrow-meta
a
Hey! Is there a MetaExtension that would allow me to apply transformations to compiler generated methods?
r
If I’m not mistaken those methods would be already present in the IR backend phase where you can transform any part of the program including methods https://meta.arrow-kt.io/docs/apidocs/compiler-plugin/arrow.meta.dsl.codegen.ir/-ir-syntax/
Example of call site and here are some of the impl it calls:
a
But this's does not work for the JVM yet, does it?
r
it’s not 100 bug free but it works if you enable IR
it should be more stable after 1.4
a
Interesting, but would that require me to ask the users to enable IR as well?