Changes between Initial Version and Version 1 of Ticket #19790, comment 1


Ignore:
Timestamp:
05/22/2024 02:44:35 PM (11 months ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #19790, comment 1

    initial v1  
    1 -   **[bug] [parser]** Fixed regression caused by the fix for [#320](https://github.com/sqlalchemy/mako/issues/320) where new logic added
    2     to interpret list and dictionary comprehensions would fail for expression
    3     oriented keys.  As the parsing in question was not necessary for these
    4     keys, it's been removed.  Pull request courtesy Sébastien Granjoux.
     1- **[bug] [parser]** Fixed regression caused by the fix for (https://github.com/sqlalchemy/mako/issues/320) where new logic added
     2  to interpret list and dictionary comprehensions would fail for expression
     3  oriented keys.  As the parsing in question was not necessary for these
     4  keys, it's been removed.
    55   
    6     References: [#398](https://github.com/sqlalchemy/mako/issues/398)
     6  References: (https://github.com/sqlalchemy/mako/issues/398)
    77
    8 -   **[bug] [lexer]** Fixed issue where a parsed expression which contained sub-brackets, such as
    9     dictionary literals, would fail to be interpreted correctly even though the
    10     initial parsing is correct. Pull request courtesy Jose Galvez.
     8- **[bug] [lexer]** Fixed issue where a parsed expression which contained sub-brackets, such as
     9  dictionary literals, would fail to be interpreted correctly even though the
     10  initial parsing is correct.
    1111   
    12     References: [#400](https://github.com/sqlalchemy/mako/issues/400)
     12  References: (https://github.com/sqlalchemy/mako/issues/400)