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

Elimination of StoredArray breaks DataArrays.jl #80

@cmundi

Description

@cmundi

See this: JuliaLang/julia#6258

Then build Julia at g8e980eb (or anything after 2014-03-19 when teh above PR was merged).

Then using DataArrays will give something like this -- note clean cache! :

$ rm -rf ~/.julia
$ ./julia
julia> using DataArrays
ERROR: StoredArray not defined
 in reload_path at loading.jl:144
 in _require at loading.jl:59
 in require at loading.jl:43
while loading /home/cmundi/.julia/v0.3/DataArrays/src/abstractdataarray.jl, in expression starting on line 5
while loading /home/cmundi/.julia/v0.3/DataArrays/src/DataArrays.jl, in expression starting on line 59

Oops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions