System Information
Windows 10
Blender Version
Broken: 2.78.4, don't know since when
Short description of error
If an operator is called by API, Operator.report only prints to console, but does not output the report to the UI (info)
The result is a serious restriction that you can only display warnings
- either directly out of an operator, but not out of defs where self is not passed
- or after displaying a dialog popup
Exact steps for others to reproduce the error