Commit 0a1cb62
committed
Fix CI: clippy warnings and module-scope comprehension inlining
- Add #[allow(dead_code)] for combine_store_fast_load_fast placeholder
- Use Copy instead of clone for InstructionInfo
- Disable PEP 709 comprehension inlining at module/class scope:
restore in_func() guard in is_inlined_comprehension_context,
remove fast_hidden NAME→FAST override and module-scope fast_hidden
population that caused for-loop variables to be invisible to lambdas1 parent 1001420 commit 0a1cb62
2 files changed
Lines changed: 10 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1039 | 1039 | | |
1040 | 1040 | | |
1041 | 1041 | | |
1042 | | - | |
1043 | | - | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
1044 | 1045 | | |
1045 | 1046 | | |
1046 | 1047 | | |
| |||
2113 | 2114 | | |
2114 | 2115 | | |
2115 | 2116 | | |
2116 | | - | |
2117 | | - | |
2118 | | - | |
2119 | | - | |
2120 | | - | |
2121 | | - | |
2122 | | - | |
2123 | | - | |
2124 | | - | |
2125 | | - | |
2126 | | - | |
2127 | | - | |
2128 | | - | |
2129 | | - | |
2130 | 2117 | | |
2131 | 2118 | | |
2132 | 2119 | | |
| |||
7484 | 7471 | | |
7485 | 7472 | | |
7486 | 7473 | | |
7487 | | - | |
7488 | | - | |
7489 | | - | |
7490 | | - | |
7491 | | - | |
7492 | | - | |
7493 | | - | |
7494 | | - | |
7495 | | - | |
7496 | | - | |
7497 | | - | |
7498 | | - | |
7499 | | - | |
7500 | | - | |
| 7474 | + | |
| 7475 | + | |
| 7476 | + | |
| 7477 | + | |
| 7478 | + | |
| 7479 | + | |
7501 | 7480 | | |
7502 | 7481 | | |
7503 | 7482 | | |
| |||
8626 | 8605 | | |
8627 | 8606 | | |
8628 | 8607 | | |
8629 | | - | |
8630 | | - | |
8631 | | - | |
8632 | | - | |
8633 | | - | |
8634 | | - | |
8635 | | - | |
8636 | | - | |
8637 | | - | |
8638 | | - | |
8639 | | - | |
8640 | | - | |
8641 | | - | |
8642 | | - | |
8643 | 8608 | | |
8644 | 8609 | | |
8645 | 8610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1480 | 1480 | | |
1481 | 1481 | | |
1482 | 1482 | | |
| 1483 | + | |
1483 | 1484 | | |
1484 | 1485 | | |
1485 | 1486 | | |
| |||
0 commit comments