Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace within-module eval with hygienic eval
The use of eval makes precompilation funky due to the within-module eval during precompilation. Evaluation within the calling module doesn't work either because macro hygiene hasn't been applied yet. The solution: apply hygiene ourselves then eval within the calling module.
- Loading branch information