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

Avoid declaring procs without bodies #6

Merged
merged 1 commit into from Aug 14, 2019
Merged

Avoid declaring procs without bodies #6

merged 1 commit into from Aug 14, 2019

Commits on Aug 10, 2019

  1. Avoid declaring procs without bodies

    The complier assumes that procedures declared without bodies are not
    "gcsafe", which prevents invoking a VM within a GC safe closure.
    ehmry committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    fe9dfad View commit details
    Browse the repository at this point in the history