-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with cell-var-from-loop and kw_defaults (#5045)
* Fix bug with cell-var-from-loop and kw_defaults * Use more efficient generator for defaults and add issue link * Fix test output for cellvar_escaping_loop Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
- Loading branch information
1 parent
24cbf8c
commit fb750d3
Showing
4 changed files
with
43 additions
and
17 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
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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
cell-var-from-loop:101:27:bad_case.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:106:20:bad_case2.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:114:27:bad_case3.<lambda>:Cell variable j defined in loop:HIGH | ||
cell-var-from-loop:124:19:bad_case4.nested:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:145:20:bad_case5.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:153:27:bad_case6.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:161:12:bad_case7.<lambda>:Cell variable x defined in loop:HIGH | ||
cell-var-from-loop:162:14:bad_case7.<lambda>:Cell variable y defined in loop:HIGH | ||
cell-var-from-loop:171:27:bad_case8.<lambda>:Cell variable j defined in loop:HIGH | ||
cell-var-from-loop:181:27:bad_case9.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:190:26:bad_case10.func.func2:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:202:17:bad_case_issue2846.<lambda>:Cell variable n defined in loop:HIGH | ||
cell-var-from-loop:207:18:bad_case_issue2846.<lambda>:Cell variable n defined in loop:HIGH | ||
cell-var-from-loop:117:27:bad_case.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:122:20:bad_case2.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:130:27:bad_case3.<lambda>:Cell variable j defined in loop:HIGH | ||
cell-var-from-loop:140:19:bad_case4.nested:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:161:20:bad_case5.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:169:27:bad_case6.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:177:12:bad_case7.<lambda>:Cell variable x defined in loop:HIGH | ||
cell-var-from-loop:178:14:bad_case7.<lambda>:Cell variable y defined in loop:HIGH | ||
cell-var-from-loop:187:27:bad_case8.<lambda>:Cell variable j defined in loop:HIGH | ||
cell-var-from-loop:197:27:bad_case9.<lambda>:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:206:26:bad_case10.func.func2:Cell variable i defined in loop:HIGH | ||
cell-var-from-loop:218:17:bad_case_issue2846.<lambda>:Cell variable n defined in loop:HIGH | ||
cell-var-from-loop:223:18:bad_case_issue2846.<lambda>:Cell variable n defined in loop:HIGH |