[Kde-imaging] [Bug 283650] panorama tool can't find cpfind version on OS X
benjamin.girault at gmail.com
benjamin.girault at gmail.com
Wed Oct 12 17:47:02 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=283650
--- Comment #7 from <benjamin girault gmail com> 2011-10-12 17:47:01 ---
Using RegExp is an overkill here because we are looking for a specific
substring. Using grep is too, because it means starting an additional program,
and allocating a stack for it, etc... The way it is done currently is fine, I
would just add a loop over the line, that's all (let's say between 3 and 5
lines.
Please note that I do not want to do it not because I can't (it's something
completely trivial to do), but because I do not see the point in fixing a bug
in a software by patching a dirty hack on another one. For example, if your
mouse do not move the pointer on the screen, you will not try to fix the
screen...
That being said, I am thinking about this issue, and trying to find a nice way
to handle this.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-imaging
mailing list