-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the direct passing of dictionary literals.
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. Fixes: #400 Fixes: #401 Closes: #414 Pull-request: #414 Pull-request-sha: c6aa6be Change-Id: If51a7d0847552191ca2a919e834ed5040e3a6666
- Loading branch information
Showing
3 changed files
with
230 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. change:: | ||
:tags: bug, lexer | ||
:tickets: 400, 401 | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters