<html>#2192: schedule.ccl SYNC allows for [timelevels] suffixes
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Zach Etienne</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Other</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>The <code>vname</code> → <code>uname</code> change for sync seems fine. There is an unrelated change in the patch:</p>
<div class="codehilite"><pre><span></span>-options = (?i:options?) : {vname}( , {vname}|{-spacing}{vname})*
+optname = [a-zA-Z0-9-]+
+options = (?i:options?) : {optname}( , {optname}|{-spacing}{optname})*
</pre></div>


<p>which needs explanation I think.</p>
<p>Is there maybe already a <code>gname</code> that is identical to <code>uname</code> ? For other places where groups are allowed?</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2192/scheduleccl-sync-allows-for-timelevels'>https://bitbucket.org/einsteintoolkit/tickets/issues/2192/scheduleccl-sync-allows-for-timelevels</a></p>
</html>