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

Fix a Symbol/GlobalRef confusion on Julia 1.11 #109

Merged
merged 2 commits into from
Jun 30, 2024
Merged

Commits on Jun 30, 2024

  1. Fix in-frame global naming

    Any method defined in-frame will be in the same module.
    We can check the type of the `global` arg to ensure it's a Symbol
    and not a GlobalRef.
    timholy committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    06fd6b5 View commit details
    Browse the repository at this point in the history
  2. Bump to 2.4.8

    timholy committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    03784d2 View commit details
    Browse the repository at this point in the history