tecosaur / CheckDoc.jl

Documentation linting
MIT License
6 stars 1 forks source link

Fix installation error #3

Closed DanielVandH closed 3 months ago

DanielVandH commented 3 months ago

Wanted to check this out after your comment, but installation seems to be broken:

(jl_d5jJvG) pkg> add https://github.com/tecosaur/CheckDoc.jl
     Cloning git-repo `https://github.com/tecosaur/CheckDoc.jl`
    Updating git-repo `https://github.com/tecosaur/CheckDoc.jl`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package StyledStrings [f489334b]:
 StyledStrings [f489334b] log:
 ├─possible versions are: 1.0.0-1.0.1 or uninstalled
 └─restricted to versions 1.7.0-1 by CheckDoc [641849b3] — no versions left
   └─CheckDoc [641849b3] log:
     ├─possible versions are: 0.1.0 or uninstalled
     └─CheckDoc [641849b3] is fixed to version 0.1.0

I think this PR should fix it? Unless my registry is somehow refusing to update and v1.7 of StyledStrings actually exists somewhere

tecosaur commented 3 months ago

Ah yep, this was from pre-registration when I was testing a compat version of StyledStrings and had it down to Julia 1.7. I've got a fix for this and some other tweaks applied locally, if you don't mind I'll close your PR and just push them.

Many thanks for raising this though!

tecosaur commented 3 months ago

Should now work as of 37833de629348b388bbd80c5b059944bcfa8b06f :slightly_smiling_face: