Jacek> What is the canonical procedure for ensuring that your package's
Jacek> location is present in LOAD_PATH?
Tim Holy writes:
> If it's a registered package (with METADATA.jl), it will be found as long as
> you've added it through the package manager.
I'm sorry for being really dense: When creating a packgage, what can be
done locally to check whether everything has been done according to
requirements/expectations, so as to avoid polluting the outside world
with a horribly broken package?
Is there an idiot-proof list of steps somewhere?
There's just too much magic and mystery in this package manager for my
limited intellectual capabilities, and the apparently copious, shared,
distributed, mutable state scares me witless.