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

Towards #12251 part 2, replace all full(X) calls with convert(Array, X) and migrate tests #17079

Merged
merged 6 commits into from
Jul 21, 2016

Commits on Jul 15, 2016

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

Commits on Jul 16, 2016

  1. Configuration menu
    Copy the full SHA
    bd3c3ac View commit details
    Browse the repository at this point in the history
  2. Replace full(X) calls with convert(Array, X) elsewhere in base/ (outs…

    …ide base/sparse and base/linalg), apart from the no-op fallback for `AbstractArray`s in abstractarray.jl.
    Sacha0 committed Jul 16, 2016
    1 Configuration menu
    Copy the full SHA
    a4e3cd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17fd169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f0915f View commit details
    Browse the repository at this point in the history
  5. Migrate full(X) to convert(Array, X) in tests outside of test/sparsed…

    …ir and test/linalg. Migrate `full` to `convert` in some documentation.
    Sacha0 committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    cd24d3f View commit details
    Browse the repository at this point in the history