Skip to content

fix: replace Transpiler with Postfix for IPT2 stop panel label injection#1

Open
01234568 wants to merge 1 commit into
Vectorial1024:masterfrom
01234568:fix-ipt2-stop-panel-patch
Open

fix: replace Transpiler with Postfix for IPT2 stop panel label injection#1
01234568 wants to merge 1 commit into
Vectorial1024:masterfrom
01234568:fix-ipt2-stop-panel-patch

Conversation

@01234568

Copy link
Copy Markdown

The transpiler relied on a hardcoded local variable index (ldloc.s 10) which breaks across compiler versions. The postfix navigates the UI hierarchy via field reflection, making the patch compiler-agnostic.

Fix was mostly generated by AI, but changes are quite small.

The transpiler relied on a hardcoded local variable index (ldloc.s 10)
which breaks across compiler versions. The postfix navigates the UI
hierarchy via field reflection, making the patch compiler-agnostic.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant