Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

[PkgEval] Grid may have a testing issue on Julia 0.3 (2014-05-27) #26

Closed
IainNZ opened this issue May 27, 2014 · 5 comments
Closed

[PkgEval] Grid may have a testing issue on Julia 0.3 (2014-05-27) #26

IainNZ opened this issue May 27, 2014 · 5 comments

Comments

@IainNZ
Copy link

IainNZ commented May 27, 2014

PackageEvaluator.jl is a script that runs nightly. It attempts to load all Julia packages and run their tests (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.

On Julia 0.3

  • On 2014-05-26 the testing status was Tests pass..
  • On 2014-05-27 the testing status changed to Tests fail, but package loads..

Tests pass. means that PackageEvaluator found the tests for your package, executed them, and they all passed.

Tests fail, but package loads. means that PackageEvaluator found the tests for your package, executed them, and they didn't pass. However, trying to load your package with using worked.

This issue was filed because your testing status became worse. No additional issues will be filed if your package remains in this state, and no issue will be filed if it improves. If you'd like to opt-out of these status-change messages, reply to this message saying you'd like to and @IainNZ will add an exception. If you'd like to discuss PackageEvaluator.jl please file an issue at the repository. For example, your package may be untestable on the test machine due to a dependency - an exception can be added.

@tomasaschan
Copy link
Collaborator

JuliaLang/julia#6996 has been fixed, and with the latest master of Julia all Grids tests pass again on my machine. Let's see what the next run of nightly testing does, but we can probably close this without further work =)

@IainNZ
Copy link
Author

IainNZ commented May 28, 2014

Fixed in master, confirmed working again by PkgEval

@IainNZ IainNZ closed this as completed May 28, 2014
@timholy
Copy link
Owner

timholy commented May 28, 2014

Thanks for filing that issue with base Julia!

@IainNZ
Copy link
Author

IainNZ commented May 28, 2014

My pleasure - this is the exact scenario the whole system is intended to catch, glad it did :)

@timholy
Copy link
Owner

timholy commented May 28, 2014

It's a pretty awesome system, I have to say 😄.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants