JuliaCI / PackageEvaluator.jl

A tool to evaluate the quality of Julia packages.
http://pkg.julialang.org
MIT License
35 stars 32 forks source link

Fix missing Owner fields #203

Closed Nosferican closed 6 years ago

Nosferican commented 6 years ago

We have 54 missing values for owners? Has anyone looked at that?

IainNZ commented 6 years ago

Can you give an example package for debugging purpose? A quick scroll didn't reveal any.

On Fri, Jun 8, 2018 at 2:49 AM, José Bayoán Santiago Calderón (史志鼎) < notifications@github.com> wrote:

We have 54 missing values for owners? Has anyone looked at that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JuliaCI/PackageEvaluator.jl/issues/203, or mute the thread https://github.com/notifications/unsubscribe-auth/AAqRm6lLp7Ww9YyvfjsXhHfieQda78DFks5t6dhHgaJpZM4UfXpU .

-- Iain Dunning https://iaindunning.com

Nosferican commented 6 years ago

I can't find the script for it, but seems like it might have been something related to when Travis went crazy last week. This might be unrelated, but what's the reason for the packages here to be missing a few compared to METADATA? (1853 vs 2042?)

IainNZ commented 6 years ago

Some packages have METADATA upper bounds that are lower than any of the versions of Julia shown on package evaluator. They are not shown here.

On Wed, Jun 13, 2018 at 3:35 PM, José Bayoán Santiago Calderón (史志鼎) < notifications@github.com> wrote:

I can't find the script for it, but seems like it might have been something related to when Travis went crazy last week. This might be unrelated, but what's the reason for the packages here to be missing a few compared to METADATA? (1853 vs 2042?)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JuliaCI/PackageEvaluator.jl/issues/203#issuecomment-396960221, or mute the thread https://github.com/notifications/unsubscribe-auth/AAqRmw1sLFqUqaTGcjEn-iMgG03cKAFtks5t8SNDgaJpZM4UfXpU .

-- Iain Dunning https://iaindunning.com

Nosferican commented 6 years ago

Perfect. Thanks for the info. Gonna go ahead and close this one since I can't reproduce it.