PyneComp v6.0.42 — Pine version conversion end-to-end: a new v4→v5 and v5→v6 converter…
Fixes
- Subscripts on compound expressions now index the expression’s history via
inline_seriesinstead of binding to the last operand. - The v5→v6 converter preserves option comments after top-level
switchassignments.
Features
- New Pine v4→v5→v6 converter
Compilernow auto-upgrades sources during compilation: Pine v5 is converted to v6 before preprocessing, and v3-or-earlier / pragma-less scripts are promoted to v4 and run through the full v4→v5→v6 chain.