Closed arnavs closed 6 years ago
Does Pkg.test
work on your machine with this PR?
Caught the error. My test without global scoping was looking for an ErrorException
, of which LoadError
is not a subset.
(The Travis failures above are coming from the expected failures on 0.6 and 0.7, where this scoping rule is not broken).
Should this feature and the tests be only run on >= v1.0 then? No need to break the builds for v0.6 and v0.7 unnecessarily. I think you can just check v"1.0" <= VERSION
in the test (and the code, if necessary).
I'll give that a shot.
The docstrings in the code also needs an update.
@stevengj I'm having trouble pulling your online changes into my fork. So I'll just duplicate them locally.
OK @stevengj I think this is ready for your consumption. I've (a) updated the documentation and docstrings, (b) performed those changes on the tests, and (c) done the housekeeping on redundant files. The Travis build passes.
What it says on the tin. I'm not 100% clear on the Travis/testing setup, so that may require some editing. Fixes #11.
cc: @jlperla