PyneComp v6.0.39 — tightens compiler correctness around method-overload dispatch and…

Fixes

  • Typed receiver calls only bind a user method when a matching overload exists; builtin containers, namespace types and imported UDT methods now correctly fall back when a same-named local method does not cover the receiver
  • Constant-only Pine namespaces are added to the builtin rename triggers, so exported parameters keep stable keyword names across compilation-unit boundaries