Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Internal API changes due to 10525 #152

Merged
merged 3 commits into from
Jun 22, 2015
Merged

Commits on Jun 4, 2015

  1. WIP: Internal API changes due to 10525

    There were a few internal APIs that I changed in JuliaLang/julia#10525.  This is a start at fixing some.  I think I got everything except a few assumptions about how Base.checkbounds will work with NAType, so this fails in a few places where you expect checkbounds to throw an NAException -- it is now a MethodError.
    
    There is a lot more that you could do to adjust to a post-10525 world.  Let me know if you have any questions along the way.
    mbauman committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    744455a View commit details
    Browse the repository at this point in the history
  2. Fix internal checkbounds

    mbauman committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    36a5611 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. 0.3 compatibility

    mbauman committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    0bb50b4 View commit details
    Browse the repository at this point in the history