Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PackageEvaluator.jl] Your package HTTP may have a testing issue. #11

Open
IainNZ opened this issue May 14, 2014 · 2 comments
Open

[PackageEvaluator.jl] Your package HTTP may have a testing issue. #11

IainNZ opened this issue May 14, 2014 · 2 comments

Comments

@IainNZ
Copy link

IainNZ commented May 14, 2014

This issue is being filed by a script, but if you reply, I will see it.

PackageEvaluator.jl is a script that runs nightly. It attempts to load all Julia packages and run their test (if available) on both the stable version of Julia (0.2) and the nightly build of the unstable version (0.3).

The results of this script are used to generate a package listing enhanced with testing results.

The status of this package, HTTP, on...

  • Julia 0.2 is 'Package doesn't load.' PackageEvaluator.jl
  • Julia 0.3 is 'Package doesn't load.' PackageEvaluator.jl

'No tests, but package loads.' can be due to their being no tests (you should write some if you can!) but can also be due to PackageEvaluator not being able to find your tests. Consider adding a test/runtests.jl file.

'Package doesn't load.' is the worst-case scenario. Sometimes this arises because your package doesn't have BinDeps support, or needs something that can't be installed with BinDeps. If this is the case for your package, please file an issue and an exception can be made so your package will not be tested.

This automatically filed issue is a one-off message. Starting soon, issues will only be filed when the testing status of your package changes in a negative direction (gets worse). If you'd like to opt-out of these status-change messages, reply to this message.

@IainNZ
Copy link
Author

IainNZ commented Jun 4, 2014

INFO: Installing BinDeps v0.2.12
INFO: Installing Calendar v0.4.1
INFO: Installing HTTP v0.0.2
INFO: Installing ICU v0.4.0
INFO: Installing URIParser v0.0.2
INFO: Building ICU
INFO: Package database updated
WARNING: parse_int is deprecated, use parseint instead.
 in parse_int at deprecated.jl:8
 in include at boot.jl:244 (repeats 2 times)
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at boot.jl:244
 in include_from_node1 at loading.jl:128
ERROR: no method convert(Type{Array{Uint8,1}}, UnitRange{Int64})
 in convert at base.jl:13
 in include at boot.jl:244 (repeats 2 times)
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at boot.jl:244
 in include_from_node1 at loading.jl:128
while loading /home/idunning/pkgtest/.julia/v0.3/HTTP/src/HTTP/Util.jl, in expression starting on line 80
while loading /home/idunning/pkgtest/.julia/v0.3/HTTP/src/HTTP.jl, in expression starting on line 68
while loading /home/idunning/pkgtest/.julia/v0.3/HTTP/testusing.jl, in expression starting on line 1
INFO: Package database updated

@IainNZ
Copy link
Author

IainNZ commented Jul 4, 2014

I've put in a PR to deprecate these packages from METADATA. When 0.3 is released, Pkg.add("HTTP") won't let them install it.
JuliaLang/METADATA.jl#1057

tkelman pushed a commit to tkelman/HTTP.jl that referenced this issue Mar 18, 2017
tkelman pushed a commit to tkelman/HTTP.jl that referenced this issue Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant