Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand macros before checking for :toplevel/:module expressions #107

Merged
merged 2 commits into from
Feb 20, 2021

Commits on Feb 20, 2021

  1. expand macros before checking for :toplevel/:module expressions

    macros can arbitrarily generate `:toplevel` and `:module` expressions,
    and if these expressions are passed to `partially_interpret!`, we will
    fail to concretize them and their toplevel definitions
    aviatesk committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    72bcaf6 View commit details
    Browse the repository at this point in the history
  2. fix wrong queuing order

    aviatesk committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    4d8221b View commit details
    Browse the repository at this point in the history