Review Request: Locale-independent parsing of floats in trader queries

Chusslove Illich caslav.ilic at gmx.net
Sun Aug 14 10:43:52 BST 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101610/
-----------------------------------------------------------

(Updated Aug. 14, 2011, 9:43 a.m.)


Review request for kdelibs.


Changes
-------

(Slightly updated to apply to current code.)

This patch seems to work well so far, I will commit it soon to 4.7 and
frameworks if there are no objections. (And run regen.sh to update lex.c and
others.)


Summary
-------

Usage of atof() to parse floats in trader language was locale-dependent:
if locale specified something other than dot as decimal separator,
parsing floats (which are always dot-separated in queries) failed.
Replaced atof() with simple sufficient custom parser.

Added a unit test.


This addresses bug 275548.
    http://bugs.kde.org/show_bug.cgi?id=275548


Diffs (updated)
-----

  kdecore/services/lex.l b00013b 
  kdecore/tests/kservicetest.h 189bbd4 
  kdecore/tests/kservicetest.cpp 4151177 

Diff: http://git.reviewboard.kde.org/r/101610/diff


Testing
-------

Unit test.

In bug #275548 a plugin could not be loaded in some locales because,
as it turned out, it failed version check due to misparsed floats
in a trader query. This fix makes it load properly.


Thanks,

Chusslove

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20110814/4c5a7e10/attachment.htm>


More information about the kde-core-devel mailing list