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

Commit

Permalink
Update show methods to Julia 0.5
Browse files Browse the repository at this point in the history
Since JuliaLang/julia#15928, Nullable() is printed as #NULL, which
means we no longer need to override show methods from Base.
This fixes breakage in current Julia 0.5.
Also fix a bug in show(), where NullableArray{T,N} was printed as the
element type prefix: add parentheses to make it clear this is the type
of the container.
  • Loading branch information
nalimilan committed Apr 30, 2016
1 parent f74ae1f commit 753cb7e
Showing 1 changed file with 245 additions and 229 deletions.

0 comments on commit 753cb7e

Please sign in to comment.