Re: [Koha-devel] Add rule for experimental features in coding guidelines

2015-09-30 Thread David Cook
Druart > Sent: Wednesday, 30 September 2015 6:38 PM > To: koha-devel@lists.koha-community.org > Subject: Re: [Koha-devel] Add rule for experimental features in coding > guidelines > > Maybe it would be better to just specify that the code has to pass the koha- > qa script. >

Re: [Koha-devel] Add rule for experimental features in coding guidelines

2015-09-30 Thread Jonathan Druart
Maybe it would be better to just specify that the code has to pass the koha-qa script. The experimental warnings is raised by perl -w and caught by this script. 2015-09-29 3:26 GMT+01:00 David Cook : > Hi all: > > > > I just noticed that we don’t actually have a rule against using experimental > f

Re: [Koha-devel] Add rule for experimental features in coding guidelines

2015-09-29 Thread Kyle Hall
I agree. I think it should be added to the agenda for the next developers meeting so it can be put to a vote! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( htt

[Koha-devel] Add rule for experimental features in coding guidelines

2015-09-28 Thread David Cook
Hi all: I just noticed that we don't actually have a rule against using experimental features (e.g. smartmatch ~~, given/when) in the coding guidelines. We impose this rule during the testing/QA process, but it's not actually documented. What do we need to do to add a rule? Bring this up a