Collecting warnings from the presentation compiler after 2.13.2

Hi,

I’m using the presentation compiler for a side project. Up until 2.13.1 I could collect compiler errors and warnings by passing a StoreReporter to the nsc.interactive.Global constructor. This stopped working for warnings with 2.13.2. I suspect this is due to the new configurable warnings feature, where warnings are reported through Global.runReporting.

Any advice on how to extract warnings from the presentation compiler after 2.13.2?

Many thanks,
Christoph

1 Like

(also now asked at https://contributors.scala-lang.org/t/configurable-warnings-warning-suppression/4096/11)