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

at-views macro to convert a whole block of code to slices=views #20164

Merged
merged 10 commits into from
Jan 24, 2017

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    9034aff View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. inlining seems to eliminate the splatting penalty in maybeview(A, arg…

    …s...) = getindex(A, args...), and similarly for dotview
    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    60ba3dd View commit details
    Browse the repository at this point in the history
  2. handle :end in at-views

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    f5f1098 View commit details
    Browse the repository at this point in the history
  3. added at-views tests

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    c9e0386 View commit details
    Browse the repository at this point in the history
  4. NEWS for at-views

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    0fa9181 View commit details
    Browse the repository at this point in the history
  5. code simplification

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    03bd1c6 View commit details
    Browse the repository at this point in the history
  6. doc tweak

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    416b338 View commit details
    Browse the repository at this point in the history
  7. doc tweak

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    8052259 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dccb16b View commit details
    Browse the repository at this point in the history
  9. typo

    stevengj committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    b7f8da6 View commit details
    Browse the repository at this point in the history