Review Request 124542: CMake fixes for Windows build
Luigi Toscano
luigi.toscano at tiscali.it
Sat Aug 1 21:35:29 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124542/#review83305
-----------------------------------------------------------
cmake/uriencode.cmake (line 37)
<https://git.reviewboard.kde.org/r/124542/#comment57541>
The colon should be before the final \".
If you parse the final part of the regexp, namely \\-\\._~\\:/\" , it expands to:
\\- \\. _ ~ \\/ \"
so it should be
\\-\\._~\\/:\"
Looking back at the review which introduced the escaping, namely https://git.reviewboard.kde.org/r/120648/ , I escaped the comma as well in the first review. I don't remember why I removed them. Apart from that usage, comma are invalid characters in NTFS (according https://kb.acronis.com/content/39790) so we shouldn't hit them; they could work on ext[234]/xfs/whatever but I think that libxml2 could handle them. The only thing I would like to test (and if you volunteer for that I wouldn't complain :) is a test where the path to the DTD does contain a comma, to be sure that not escaping it does work on Linux. Or we could just call it as "don't do that" and forget about it :)
- Luigi Toscano
On Ago. 1, 2015, 11:40 a.m., Kevin Funk wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124542/
> -----------------------------------------------------------
>
> (Updated Ago. 1, 2015, 11:40 a.m.)
>
>
> Review request for Documentation, KDE Frameworks and Luigi Toscano.
>
>
> Bugs: 348061
> https://bugs.kde.org/show_bug.cgi?id=348061
>
>
> Repository: kdoctools
>
>
> Description
> -------
>
> BUG: 348061
>
>
> Diffs
> -----
>
> cmake/uriencode.cmake e5f3c3acd93d3871e44b6e6fb29ad7113e18d751
>
> Diff: https://git.reviewboard.kde.org/r/124542/diff/
>
>
> Testing
> -------
>
> Adding ':' to the list of escaped characters is probably not an ideal solution, but let me hear your ideas.
>
>
> Thanks,
>
> Kevin Funk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20150801/850633df/attachment.html>
More information about the Kde-frameworks-devel
mailing list