Open AlainLich opened 9 years ago
DataStructures 0.3.9 has been released, give it a try with Pkg.update()
Range1
is the old name for a UnitRange
. This was the inspiration for https://github.com/JuliaLang/julia/issues/11200
Thanks, I am currently using DataStructures 0.3.9
, and (still) experiencing the load error.
I have this fixed locally, will make a PR.
Hi,
could you please add a new tag so that the commit corresponding to this fix #180 gets automatically loaded by Pkg.update()
.
PS: I would appreciate comments (and possibly approval) for my PRs #182 #183 since they enable interesting graphs in https://github.com/AlainLich/MetadataTools.jl
(another candidate for a PR this time in https://github.com/IainNZ/MetadataTools.jl
). Otherwise, I'll need to find a workaround.
Hi,
I am experiencing a load error with message:
ERROR: LoadError: LoadError: UndefVarError: Range1 not defined
with Graphs version corresponding to following commit:
Is any correction available? I would also appreciate some precision about what is (or was)
Range1