<html>#2681: move CCTL_ARGUMENTS creation with other bindings code
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>trivial</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>

<p>Pull request</p>
<p><a data-is-external-link="true" href="https://bitbucket.org/cactuscode/cactus/pull-requests/147" rel="nofollow">https://bitbucket.org/cactuscode/cactus/pull-requests/147</a></p>
<p>moves the code and message “Generating arguments...” to happen along with the other code generating output (“Creating FOO bindings”) making build output more uniform.</p>
<p>Currently it is incorrectly indented and happens at an unusual place:</p>
<div class="codehilite language-text"><pre><span></span>Checking consistency...
Creating Thorn-Flesh bindings...
   Creating implementation bindings...
   Creating parameter bindings...
   Creating variable bindings...
   Creating schedule bindings...
   Creating function bindings...
Generating arguments...
CST finished.
</pre></div>


<p>with the change the output is:</p>
<div class="codehilite language-text"><pre><span></span>Checking consistency...
Creating Thorn-Flesh bindings...
   Creating implementation bindings...
   Creating parameter bindings...
   Creating variable bindings...
   Creating schedule bindings...
   Creating function bindings...
   Generating arguments...
CST finished.
</pre></div>


<p>‌</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2681/move-cctl_arguments-creation-with-other'>https://bitbucket.org/einsteintoolkit/tickets/issues/2681/move-cctl_arguments-creation-with-other</a></p>
</html>