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

Something wrong with sum? #7095

Closed
IainNZ opened this issue Jun 3, 2014 · 7 comments
Closed

Something wrong with sum? #7095

IainNZ opened this issue Jun 3, 2014 · 7 comments

Comments

@IainNZ
Copy link
Member

IainNZ commented Jun 3, 2014

Quite a few packages broke last night with the following error:

ERROR: sum_impl not defined
 in _sum! at reducedim.jl:145
 in sum at reducedim.jl:166
 in sum at reducedim.jl:174
 in levenberg_marquardt at /home/idunning/pkgtest/.julia/v0.3/Optim/src/levenberg_marquardt.jl:57
 in curve_fit at /home/idunning/pkgtest/.julia/v0.3/Optim/src/curve_fit.jl:15
 in include at boot.jl:244
 in anonymous at no file:26
 in include at boot.jl:244
 in include_from_node1 at loading.jl:128
while loading /home/idunning/pkgtest/.julia/v0.3/Optim/test/curve_fit.jl, in expression starting on line 9
while loading /home/idunning/pkgtest/.julia/v0.3/Optim/test/runtests.jl, in expression starting on line 24
INFO: Package database updated
@IainNZ
Copy link
Member Author

IainNZ commented Jun 3, 2014

🍺 for you and a 🍺 for PackageEvaluator

@tkelman
Copy link
Contributor

tkelman commented Jun 3, 2014

And how. PackageEvaluator should run on all pull requests!

Kidding... kind of.

@IainNZ
Copy link
Member Author

IainNZ commented Jun 3, 2014

Would be nice to have little buttons on a PR, so right before submitting you can run a perf test (on a standardized machine) and PkgEval

@pao
Copy link
Member

pao commented Jun 3, 2014

I believe some projects have used GitHub bots and parsed comments with special syntax, for instance @JuliaPkgEval test(PackageOne, Package2) perf.

If you do this, please allow an optional "please" after the username so we can be polite to the bot.

@simonster
Copy link
Member

It would also be nice to have code coverage reports for Base. @IainNZ have you already attempted this?

@IainNZ
Copy link
Member Author

IainNZ commented Jun 3, 2014

I think --code-coverage deliberately ignores Base so I'd need to go dig into the internals and expose that as a switch, perhaps.

@simonster
Copy link
Member

It might also be problematic that the tests run in parallel.

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

4 participants