JuliaStats / TimeModels.jl

Modeling time series in Julia
Other
57 stars 28 forks source link

[PackageEvaluator.jl] Your package TimeModels may have a testing issue. #24

Closed IainNZ closed 8 years ago

IainNZ commented 10 years ago

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, TimeModels, on...

'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.

milktrader commented 10 years ago

I'm going to tag this with a new version and everything should be in order.

milktrader commented 10 years ago

Added the PackageEvaluator badge to the README and expect it to green up after tonight.

milktrader commented 10 years ago

@IainNZ the PackageEvaluator is picking up version 0.0.1, and I bumped version 0.0.2 20 hours ago. This is causing the cannot load issue.

IainNZ commented 10 years ago

I have to manually update it in the morning, so it runs at 1am/2am EST, and I usually update the site at 10am EST. You only bumped it for 0.0.3 though, right?

IainNZ commented 10 years ago

But the tests failed :/ and I didn't have a chance to fix the thing thats eating the logs

IainNZ commented 10 years ago

Probably because I don't have FactCheck installed for TimeModels, I'll fix it.

IainNZ commented 10 years ago

Woops, needs MarketData too. One more day!

milktrader commented 8 years ago

Closing this as we have passing tests for Julia 0.3 and development is beginning to pick up again.