Boost C++ Libraries: Ticket #8537: Qi `skip` fails when nested under two or more levels of `lexeme` https://svn.boost.org/trac10/ticket/8537 <p> The reskip version of the <code>skip</code> directive fails when nested under two or more levels of <code>lexeme</code>/<code>no_skip</code>, like: </p> <pre class="wiki">lexeme[lexeme[skip[parser]]] // does not skip </pre><p> When a skipper is provided, on the other hand, it works correctly: </p> <pre class="wiki">lexeme[lexeme[skip(skipper)[parser]]] // skips </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8537 Trac 1.4.3 K-ballo <kaballo86@…> Wed, 01 May 2013 19:54:09 GMT attachment set https://svn.boost.org/trac10/ticket/8537 https://svn.boost.org/trac10/ticket/8537 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">spirit.qi.skip.patch</span> </li> </ul> <p> Tentative fix patch </p> Ticket Joel de Guzman Wed, 09 Apr 2014 02:30:57 GMT <link>https://svn.boost.org/trac10/ticket/8537#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8537#comment:1</guid> <description> <p> K-ballo, could you please send in a pull request? </p> </description> <category>Ticket</category> </item> <item> <author>Agustín K-ballo Bergé <kaballo86@…></author> <pubDate>Sun, 27 Apr 2014 03:00:15 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8537#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8537#comment:2</guid> <description> <p> Done: <a class="ext-link" href="https://github.com/boostorg/spirit/pull/18"><span class="icon">​</span>https://github.com/boostorg/spirit/pull/18</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Fri, 15 Dec 2017 00:03:26 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8537#comment:3 https://svn.boost.org/trac10/ticket/8537#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket