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

reshape: helpful error message, more tests #15973

Merged
merged 3 commits into from
Apr 21, 2016
Merged

reshape: helpful error message, more tests #15973

merged 3 commits into from
Apr 21, 2016

Commits on Apr 20, 2016

  1. Add helpful error message for setindex! on a reshaped Range

    Also corrects line length problem
    timholy committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    6fc9850 View commit details
    Browse the repository at this point in the history
  2. Prevent conflict between core and bitarray tests

    If the bitarray test runs before core, it defines a variable m1 that causes trouble for core
    timholy committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    72af884 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. More ReshapedArray tests

    timholy committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    64745d7 View commit details
    Browse the repository at this point in the history