LuxDL / DocumenterVitepress.jl

Documentation with Documenter.jl and VitePress
https://luxdl.github.io/DocumenterVitepress.jl/
MIT License
64 stars 9 forks source link

CI Warnings with version v0.0.8 #50

Closed svilupp closed 4 months ago

svilupp commented 4 months ago

Thank you for the package!

Is it possible that there is something wrong with the latest tag (v0.0.8)?

My CI has been working until the latest version has been tagged and now I'm getting the following warnings:

┌ DocumenterVitepress │ WARNING: Method definition mime_priority(Base.Multimedia.MIME{Symbol("text/html")}) in module DocumenterVitepress at /home/runner/.julia/packages/DocumenterVitepress/vt5GZ/src/writer.jl:407 overwritten at /home/runner/.julia/packages/DocumenterVitepress/vt5GZ/src/writer.jl:417. │ ERROR: Method overwriting is not permitted during Module precompilation. Use __precompile__(false) to opt-out of precompilation. └
Run # The Julia command that will be executed

svilupp commented 4 months ago

Okay, I think it was my mistake! It was just a coincidence... Re-running the CI

EDIT: The UndefVarError is my bug, but the precompilation error shows up only on 0.0.8.

asinghvi17 commented 4 months ago

Huh, I somehow never saw that on my machine. Strange...will fix tomorrow!

svilupp commented 4 months ago

But did I mention how cool this package this?!! Seriously, thank you!