Is there a way, in a compiler plugin, to somehow g...
# compiler
r
Is there a way, in a compiler plugin, to somehow get called when the overall compilation is finished with a failed/success state? I'm outputting some auxiliary files and would like to be able to build up their models in memory and write them at the end rather than appending as we go
b
I don't know of any such extension point, but it might be nice to provide a "compiler phase" extension which has callbacks when various phases of the compiler start or end. Could you open a ticket describing your use case and request in more detail?
r
Will do