Skip to content

Commit

Permalink
Update on "[compiler] Support method-call version of macro functions"
Browse files Browse the repository at this point in the history
Adds fixtures for `macro.namespace(...)` style invocations which we use internally in some cases instead of just `macro(...)`. I tried every example i could think of that could possibly break it (including basing one off of another fixture where we hit an invariant related due to a temporary being emitted for a method call), and they all worked. I just had to fix an existing bug where we early return in some cases instead of continuing, which is a holdover from when this pass was originally written as a ReactiveFunction visitor.

[ghstack-poisoned]
  • Loading branch information
josephsavona committed Jun 14, 2024
1 parent 9bdcce1 commit b223c3a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b223c3a

Please sign in to comment.