Opened 15 years ago
Closed 15 years ago
#13585 closed defect (bug) (fixed)
Relax unexpected output check when activating plugins
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
The unexpected output check introduced in #12089 is catching more plugins than we though it would and often catches output that occurs only during activation and not during regular runs. For 3.0, let's relax the requirement to a warning and do a better job of letting plugin authors know about it before making it a requirement again.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [15017]) Allow plugin activation even if plugin generates extra output. Make warning more informative. fixes #13585