mattpap / IScala

Scala backend for IPython
MIT License
322 stars 50 forks source link

Report compiler's messages (warnings) #10

Open mattpap opened 9 years ago

mattpap commented 9 years ago

Currently messages are sent to frontends when Results.Error occurs. Test case: @deprecated("msg", "since") def f () = 1; f().