-
Notifications
You must be signed in to change notification settings - Fork 5
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
This package fails PkgEval #50
Comments
I can reproduce it locally, but this doesn't seem actionable. Slack suggested it might a bug in Nightly, but Adding My suspicion is that this might be the issue described in JuliaDocs/DocumentationGenerator.jl#200 I don't really know what weird things I'm going to tag this as invalid, but keep it open (at least for a while). If @pfitzseb or @mortenpi tell me what I have to do to make |
cc @maleadt |
It's gotta be some interaction between how Documenter evaluates |
One thing I could do is to wrap that While I was trying that, I found that the |
PkgEval is a Julia community project, and is not related to JuliaHub. The code is public: https://github.com/JuliaCI/PkgEval.jl |
Fair enough... Indeed, just doing |
Well, it looks like just adding |
This should make `Pkg.test()` / `PkgEval` happy. See #50
I'll leave this issue open until after the next release, when I've confirmed that the |
This should make `Pkg.test()` / `PkgEval` happy. See #50
Thanks to the discussion at https://discourse.julialang.org/t/how-does-the-pkgeval-badge-work-on-juliahub/105662, I've added a workflow in #66 that checks the PkgEval status as part of the release process. |
See https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2023-10/15/DocumenterCitations.primary.log
I think the problem is that
Pkg
is used for the documentation/doctests somewhere, but is not declared a dependency/test-dependency/docs-dependency.The text was updated successfully, but these errors were encountered: