Comment 21 for bug 1448990

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to yaql (stable/0.2)

Reviewed: https://review.openstack.org/199470
Committed: https://git.openstack.org/cgit/stackforge/yaql/commit/?id=fdcee51727a8f345aae95f9f36ed467a8dc7521d
Submitter: Jenkins
Branch: stable/0.2

commit fdcee51727a8f345aae95f9f36ed467a8dc7521d
Author: Alexander Tivelkov <email address hidden>
Date: Wed Jul 8 13:05:37 2015 +0300

    Fixed compatibility with Ply 3.6

    Ply 3.6 has changed the constraints on tabmodule variable name, it now
    may not contain dots.
    As the name of tabmodule in yaql 0.2.x is based on the grammar version it
    may include dots, thus breaking the parser.

    This patch replaces dots to underscores in tabmodule name.

    Similar issue was fixed in v1 branch by patch
    I4364729223521864f7cda5a932503d7ce1b6fa36

    Change-Id: If024e9abe7a08fd9de4c348b3df780de63c10f56
    Partial-Bug: #1448990