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


Ignore:
Timestamp:
12/04/2024 08:27:27 PM (4 months ago)
Author:
Bruce Dubbs

Legend:

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

    initial v1  
    44
    55- [bug] [codegen] [lexer]
    6 During the lexical analysis phase, add an additional prefix for undeclared identifiers that have the same name as built-in flags, and determine the final filter to be used during the code generation phase based on the context provided by the user. Pull request by Hai Zhu.
    7 
    8 References: `#140`
     6During the lexical analysis phase, add an additional prefix for undeclared identifiers that have the same name as built-in flags, and determine the final filter to be used during the code generation phase based on the context provided by the user.
    97
    108- [bug] [lexer]
    119
    12 Support the direct passing of dictionary literals when calling functions and fix the errors caused by nested braces. This revises the fix that was released in 1.3.4 and then reverted in 1.3.5. Pull request by Hai Zhu and Jose Galvez.
    13 
    14 References: `#400`, `#401`
     10Support the direct passing of dictionary literals when calling functions and fix the errors caused by nested braces. This revises the fix that was released in 1.3.4 and then reverted in 1.3.5.