Is it possible to report errors from `IrGeneration...
# compiler
t
Is it possible to report errors from
IrGenerationExtension
?
r
yes, with the message collector
t
In
1.4-M1
too?
r
in any compiler plugin you may initialize a message collector in the mock project and retrieve at any phase to emit compiler errors, warnings etc.
👍 1
I have not tested in 1.4 but this works in 1.3.6 because we use it in meta
1.4 has the irExtensionGeneration broken for unbound symbols
it gets all as unbound if the code refers to a third party lib
it seems to be calling plugins in the wrong order before those symbols are resolved
t
Is
MessageCollector
support
Diagnostic
reporting?
1.4 has the irExtensionGeneration broken for unbound symbols
Is there bug on YouTrack?