Changes between Initial Version and Version 1 of Ticket #20749, comment 1
- Timestamp:
- 12/04/2024 08:27:27 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #20749, comment 1
initial v1 4 4 5 5 - [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` 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. 9 7 10 8 - [bug] [lexer] 11 9 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` 10 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.