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

WIP: Staged functions #7474

Merged
merged 11 commits into from
Sep 24, 2014
Merged

WIP: Staged functions #7474

merged 11 commits into from
Sep 24, 2014

Commits on Sep 24, 2014

  1. First draft

    Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    79f6c92 View commit details
    Browse the repository at this point in the history
  2. WIP

    Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    6af45c1 View commit details
    Browse the repository at this point in the history
  3. Type inference works correctly

    Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    c409db7 View commit details
    Browse the repository at this point in the history
  4. Remove left over caddddr

    Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    983b809 View commit details
    Browse the repository at this point in the history
  5. Fix Splatting

    Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    8d03927 View commit details
    Browse the repository at this point in the history
  6. Ugly version of error handling

    This will have to be changed once we switch the way we do func_for_method,
    but I will await @JeffBezanson's judgement on how to do that best, so I'll
    use this to go head first.
    Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    251a014 View commit details
    Browse the repository at this point in the history
  7. For caching staged methods, don't restrict the number of varargs to m…

    …atch
    
    Also adds `stagedfunction` as a keyword to Kate's julia.xml file
    timholy authored and Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    93a3c3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2d9bdc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8dae6b View commit details
    Browse the repository at this point in the history
  10. Expand stagedfunction tests

    timholy authored and Keno committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    e56ba99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06371f0 View commit details
    Browse the repository at this point in the history