Commit 6ffefb6
chore(codegen): fix convention violations from plan implementation review
- Use PythonNames.Self constant instead of magic "self" string in
ResolveExpressionTypeFromSymbols (RoslynEmitter.Expressions.cs)
- Remove redundant _sourceVariableNames.Add in GenerateCatchClauses
(already collected by CollectSourceVariableNames pre-gen pass)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d10419e commit 6ffefb6
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1827 | 1827 | | |
1828 | 1828 | | |
1829 | 1829 | | |
1830 | | - | |
1831 | | - | |
1832 | 1830 | | |
1833 | 1831 | | |
1834 | 1832 | | |
| |||
0 commit comments