Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
autogen should go into current scope, not unit
Since a meta depends on the current base op, and that can be shadowed inside a scope, we should only install the autogen into the current lexical scope, and let outer scopes do their own autogen with (presumably) different base ops.
- Loading branch information