[Bug 25175] New: Don't die on broken plugins
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25175 Bug ID: 25175 Summary: Don't die on broken plugins Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25175 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- If a plugin doesn't compile, Plack currently explodes: 1. Add use Tomas; to a sample plugin and restart plack => FAIL: It explodes 2. Add die "algo" to the plugin's neW() method and rstart plack => FAIL: It explodes -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25175 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I will roll back on this one, as putting die in ->new is extreme. And missing libs and syntax errors are already cough by the call to 'load'. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org