[Koha-devel] ES6 usage in the staff client

2017-08-03 Thread Jesse
As part of my work with Preact (and previous work with React), I've been unsure what to do about these libraries' enthusiasm for ES6. If you're not familiar, ES6 (or ES2015) is a recent, major update to the JavaScript standard, and brings in a number of improvements to the language. Many of these

[Koha-devel] QA Tools

2017-08-03 Thread Marcel de Rooy
Hi Jonathan, Got this warning from qa tools: POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 Looking at the code in qa tools, I come across: } elsif ( $before->{rating} > $after->{rating} ) { # Not sure we can reach this