PyneComp v6.0.54 — scripts that TradingView runs without complaint now compile and run…

Fixes

  • A type whose field is declared var or varip produced a script that crashed on startup with a message about persistent variables; such scripts now run, and the variable holding the object keeps its own varip behaviour.
  • Some published scripts declare a collection variable, leave it na and keep calling array.* methods on it — TradingView never runs that code because nothing reads the result, while here it crashed on the na value. Those computations are now skipped the same way, so the script runs; the skipped lines stay visible as comments in the compiled output.