<html>#2425: param.ccl code creators creates incorrect C code if parameter description is missing
<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>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>Doesn’t that make the description optional by defaulting to a an empty string if no description is given?</p>
<p>The documentation, which defines what is an acceptable param.ccl file, found for example here <a data-is-external-link="true" href="http://einsteintoolkit.org/usersguide/UsersGuide.html#x1-186000D2.3.2" rel="nofollow">http://einsteintoolkit.org/usersguide/UsersGuide.html#x1-186000D2.3.2</a> has</p>
<div class="codehilite"><pre><span></span>[EXTENDS|USES] &lt;parameter type&gt; &lt;parameter name&gt;[[&lt;len&gt;]] &quot;&lt;parameter description&gt;&quot;
[AS &lt;alias&gt;] [STEERABLE=&lt;NEVER|ALWAYS|RECOVER&gt;]
[ACCUMULATOR=&lt;expression&gt;] [ACCUMULATOR-BASE=&lt;parameter name&gt;]
{
  &lt;parameter values&gt;
} &lt;default value&gt;
</pre></div>


<p>which has the <code>&lt;parameter description&gt;</code> as a requirement element. So based on that, not having a description should trigger an CST time error reporting that a description must be provided for this parameter.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2425/paramccl-code-creators-creates-incorrect-c'>https://bitbucket.org/einsteintoolkit/tickets/issues/2425/paramccl-code-creators-creates-incorrect-c</a></p>
</html>