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

The cfunction 1.0 deserves #26486

Merged
merged 2 commits into from
Apr 5, 2018
Merged

The cfunction 1.0 deserves #26486

merged 2 commits into from
Apr 5, 2018

Commits on Apr 4, 2018

  1. eval: add fast-path for . expr

    macro head uses this to resolve symbols,
    which we want to allow even in pure context (generated functions)
    vtjnash committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    2ba69e8 View commit details
    Browse the repository at this point in the history
  2. cfunction macro: extend cfunction capabilities

    Provide static support for handling dynamic calls and closures
    vtjnash committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    81f6524 View commit details
    Browse the repository at this point in the history