dominicm00 / ham

A meaty Jam build tool replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make function local variable inheritance compatibility behavior

dominicm00 opened this issue · comments

Function blocks inherit local variables from their context (i.e. where they were called from), which is just...the worst. It should at least be compatibility behavior, if not declared a bug outright.