[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-frameworks-devel
Subject:    Re: Review Request 129760: Fixup handling of KFontUtils::adaptFontSize's flags' default value.
From:       Shaheed Haque <srhaque () theiet ! org>
Date:       2017-01-18 12:45:57
Message-ID: 20170118124557.31352.5073 () mimi ! kde ! org
[Download RAW message or body]

--===============8898594128591523957==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


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

(Updated Jan. 18, 2017, 12:45 p.m.)


Status
------

This change has been discarded.


Review request for KDE Frameworks.


Repository: kguiaddons


Description
-------

This depends on a fix in extra-cmake-module to actually emit the
default value for the flags parameter.


Diffs
-----

  autotests/pythontest.py c93e75397f87ba4a84f834dd248d671614ac89dd 
  cmake/rules_PyKF5.py PRE-CREATION 
  src/CMakeLists.txt 63e7598d13fa1c4d9d67e2f99edcc13e0269920e 

Diff: https://git.reviewboard.kde.org/r/129760/diff/


Testing
-------

Without this change, once the code the depends-on review is committed, kguiaddons \
will fail to compile as follows:

In file included from /home/.../PyKF5/KGuiAddons/unifiedKGuiAddons.cpp:1:0:
/home/.../PyKF5/KGuiAddons/sipKGuiAddonsKFontUtils.cpp: In function ‘PyObject* \
                meth_KFontUtils_adaptFontSize(PyObject*, PyObject*)':
/home/...d/PyKF5/KGuiAddons/sipKGuiAddonsKFontUtils.cpp:30:50: error: ‘NoFlags' was \
not declared in this scope  KFontUtils::AdaptFontSizeOptions a6def = NoFlags;

With the change, it compiles and the tests run:

$ ctest
Test project /home/srhaque/kdebuild/kguiaddons
    Start 1: appstreamtest
1/6 Test #1: appstreamtest ....................   Passed    0.02 sec
    Start 2: Py3Test
2/6 Test #2: Py3Test ..........................   Passed    0.13 sec
    Start 3: Py2Test
3/6 Test #3: Py2Test ..........................   Passed    0.11 sec
    Start 4: kwordwraptest
4/6 Test #4: kwordwraptest ....................   Passed    0.16 sec
    Start 5: kcolorutilstest
5/6 Test #5: kcolorutilstest ..................   Passed    0.53 sec
    Start 6: kiconutilstest
6/6 Test #6: kiconutilstest ...................   Passed    0.08 sec

100% tests passed, 0 tests failed out of 6

Total Test time (real) =   1.03 sec


Thanks,

Shaheed Haque


--===============8898594128591523957==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 8bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/129760/">https://git.reviewboard.kde.org/r/129760/</a>
  </td>
    </tr>
   </table>
   <br />



<table bgcolor="#e0e0e0" width="100%" cellpadding="12" style="border: 1px gray solid; \
border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  <tr>
  <td>
   <h1 style="margin: 0; padding: 0; font-size: 10pt;">This change has been \
discarded.</h1>  </td>
 </tr>
</table>
<br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for KDE Frameworks.</div>
<div>By Shaheed Haque.</div>


<p style="color: grey;"><i>Updated Jan. 18, 2017, 12:45 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kguiaddons
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">This depends on a fix in extra-cmake-module to actually emit the default \
value for the flags parameter.</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Without this change, once the code the depends-on \
review is committed, kguiaddons will fail to compile as follows:</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
                inherit;">In file included from \
                /home/.../PyKF5/KGuiAddons/unifiedKGuiAddons.cpp:1:0:
/home/.../PyKF5/KGuiAddons/sipKGuiAddonsKFontUtils.cpp: In function ‘PyObject<em \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
                normal;"> meth_KFontUtils_adaptFontSize(PyObject</em>, PyObject*)':
/home/...d/PyKF5/KGuiAddons/sipKGuiAddonsKFontUtils.cpp:30:50: error: ‘NoFlags' was \
not declared in this scope  KFontUtils::AdaptFontSizeOptions a6def = NoFlags;</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">With the change, it compiles and the tests run:</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">$ ctest Test project /home/srhaque/kdebuild/kguiaddons
    Start 1: appstreamtest
1/6 Test #1: appstreamtest ....................   Passed    0.02 sec
    Start 2: Py3Test
2/6 Test #2: Py3Test ..........................   Passed    0.13 sec
    Start 3: Py2Test
3/6 Test #3: Py2Test ..........................   Passed    0.11 sec
    Start 4: kwordwraptest
4/6 Test #4: kwordwraptest ....................   Passed    0.16 sec
    Start 5: kcolorutilstest
5/6 Test #5: kcolorutilstest ..................   Passed    0.53 sec
    Start 6: kiconutilstest
6/6 Test #6: kiconutilstest ...................   Passed    0.08 sec</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">100% tests passed, 0 tests failed out of 6</p> <p \
style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">Total Test time (real) =   1.03 sec</p></pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>autotests/pythontest.py <span style="color: \
grey">(c93e75397f87ba4a84f834dd248d671614ac89dd)</span></li>

 <li>cmake/rules_PyKF5.py <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/CMakeLists.txt <span style="color: \
grey">(63e7598d13fa1c4d9d67e2f99edcc13e0269920e)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/129760/diff/" style="margin-left: \
3em;">View Diff</a></p>






  </td>
 </tr>
</table>



  </div>
 </body>
</html>


--===============8898594128591523957==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic