[Koha-bugs] [Bug 16588] Remove the Readonly dependency (again)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 9 10:34:18 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16588

--- Comment #10 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Colin Campbell from comment #9)
> Would it not be preferable to add Readonly rather than replace usages of
> Readonly by constant reintroducing exactly the problems with constant
> readonly addresses (see the Readonly doc). I thought Readonly was in the
> dependencies list previously.
> 
> It would be safer to replace the readonly vars with simple variables than
> using the constant pragma

I asked for feedbacks on bug 14066 comment 2 and did not get any cons so
decided to continue on this way.
We only use constant with scalars so far, therefore the different problems with
the constant pragma should not impact us too much.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list