<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:52:12 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[YANGTOOLS-81] Parser Error with an Extension containing Optional Block of Substatements</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-81</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;The following container definition which includes an extension with sub-statements is failing to parse.  &lt;/p&gt;

&lt;p&gt;container logrecords {&lt;br/&gt;
            tailf:info &quot;Shows logrecords information&quot;;&lt;br/&gt;
            tailf:action show {&lt;/p&gt;

&lt;p&gt;                tailf:info &quot;Shows the log records&quot;;&lt;br/&gt;
                tailf:actionpoint logging-logrecord-show;&lt;/p&gt;

&lt;p&gt;                input {&lt;br/&gt;
                    leaf from &lt;/p&gt;
{
                        type yang:date-and-time;
                        default 2000-01-01T00:00:00-00:00;
                        description &quot;Shows the log records from the given time&quot;;
                    }
&lt;p&gt;                    leaf to &lt;/p&gt;
{
                        type yang:date-and-time;
                        default 2099-01-01T00:00:00-00:00;
                        description &quot;Shows the log records up to the given time&quot;;
                    }
&lt;p&gt;                }&lt;br/&gt;
                output {&lt;br/&gt;
                    leaf data &lt;/p&gt;
{
                        tailf:cli-drop-node-name;
                        type string;
                        description &quot;Shows the log records according to the given input&quot;;
                    }
&lt;p&gt;                }&lt;br/&gt;
            }&lt;br/&gt;
        }&lt;/p&gt;



&lt;p&gt;The problem is reported as follows:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; yang-to-sources: Unable to parse yang files from /private/tmp/r/myartifactId/src/main/yang&lt;br/&gt;
org.opendaylight.yangtools.yang.parser.util.YangParseException:&lt;br/&gt;
Error in module &apos;atlas-logging&apos; at line 241: missing &apos;}&apos; at &apos;tailf:actionpoint&apos;&lt;br/&gt;
Error in module &apos;atlas-logging&apos; at line 243: extraneous input &apos;input&apos; expecting &lt;/p&gt;
{&apos;}&apos;, &apos;when&apos;, &apos;uses&apos;, &apos;typedef&apos;, &apos;status&apos;, &apos;reference&apos;, &apos;presence&apos;, &apos;must&apos;, &apos;list&apos;, &apos;leaf-list&apos;, &apos;leaf&apos;, &apos;if-feature&apos;, &apos;grouping&apos;, &apos;description&apos;, &apos;container&apos;, &apos;config&apos;, &apos;choice&apos;, &apos;anyxml&apos;, IDENTIFIER}&lt;br/&gt;
Error in module &apos;atlas-logging&apos; at line 255: extraneous input &apos;output&apos; expecting {&apos;}
&lt;p&gt;&apos;, &apos;uses&apos;, &apos;typedef&apos;, &apos;status&apos;, &apos;reference&apos;, &apos;list&apos;, &apos;leaf-list&apos;, &apos;leaf&apos;, &apos;grouping&apos;, &apos;description&apos;, &apos;container&apos;, &apos;choice&apos;, &apos;anyxml&apos;, IDENTIFIER}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: Macintosh&lt;/p&gt;</environment>
        <key id="22501">YANGTOOLS-81</key>
            <summary>Parser Error with an Extension containing Optional Block of Substatements</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="mvitez@cisco.com">Martin Vitez</assignee>
                                    <reporter username="doneill@btisystems.com">Damian ONeill</reporter>
                        <labels>
                    </labels>
                <created>Thu, 30 Jan 2014 12:07:40 +0000</created>
                <updated>Sun, 10 Apr 2022 18:34:57 +0000</updated>
                            <resolved>Wed, 9 Apr 2014 08:44:30 +0000</resolved>
                                                                        <due>Thu, 13 Mar 2014 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="42624" author="jgloncak" created="Mon, 24 Feb 2014 09:22:15 +0000"  >&lt;p&gt;please provide also details of module referenced through prefix &quot;tailf&quot; to see how extensions are defined.&lt;/p&gt;</comment>
                            <comment id="42625" author="jgloncak" created="Wed, 5 Mar 2014 06:54:32 +0000"  >&lt;p&gt;As I just found out Martin Vitez is dealing with this issue. He already prepared some fix:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/5097/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/5097/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42626" author="doneill@btisystems.com" created="Wed, 5 Mar 2014 15:47:06 +0000"  >&lt;p&gt;Sorry for the delay guys.&lt;/p&gt;</comment>
                            <comment id="42628" author="doneill@btisystems.com" created="Wed, 5 Mar 2014 15:47:06 +0000"  >&lt;p&gt;Attachment tailf.zip has been added with description: tail yang&lt;/p&gt;</comment>
                            <comment id="42627" author="mvitez@cisco.com" created="Wed, 12 Mar 2014 09:48:35 +0000"  >&lt;p&gt;Proposed patch &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/5097/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/5097/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="22528">YANGTOOLS-108</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12967" name="tailf.zip" size="30017" author="doneill@btisystems.com" created="Wed, 5 Mar 2014 15:47:06 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>394</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=394]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10304"><![CDATA[Low]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0250v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>