You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Use castNode() in a bunch of statement-list-related code.
When I wrote commitab1f0c8, I really missed the castNode() macro thatPeter E. had proposed shortly before. This back-fills the uses I wouldhave put it to. It's probably not all that significant, but there aremore assertions here than there were before, and conceivably they willhelp catch any bugs associated with those representation changes.I left behind a number of usages like "(Query *) copyObject(query_var)".Those could have been converted as well, but Peter has proposed anothernotational improvement that would handle copyObject cases automatically,so I let that be for now.