Hi,
I am making some modifications to the DataStructures package to add the
functionality to be able to add new sets in DisjointSets.
>From the command line, it seems to be possible to use
julia> reload("DataStructures.jl")
to load my variant of the code.
My question is about the tests in test_disjoint_set.jl, which is in the
test subdirectory and has the line
Using DataStructures
What do I need to do so that the DataStructures.jl file imported is my
modified one from the current parent directory, rather than the one from
the ~/.julia directory? This needs to be done without touching these
imports, so as not to mess up the git repository I guess.
Thanks,
David.