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

Allow calls to kwarg functions before Base is defined. #18396

Merged
merged 2 commits into from
Sep 14, 2016
Merged

Commits on Sep 13, 2016

  1. Define vector_any in coreimg.

    This enables calls to kwarg functions before Base is defined
    (eg. in inference), as the frontend generates a call to vector_any.
    maleadt committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    95c26b5 View commit details
    Browse the repository at this point in the history
  2. Add a test for #18396.

    Call a kwarg function in Core.Inference where vector_any was unavailable.
    maleadt committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    fab9560 View commit details
    Browse the repository at this point in the history