MakieOrg / MakieTeX.jl

TeX integration in Makie
http://makieorg.github.io/MakieTeX.jl/
MIT License
92 stars 13 forks source link

Update Typstry.jl to v0.3.0 #55

Closed jakobjpeters closed 2 weeks ago

jakobjpeters commented 3 months ago

See the Typstry.jl news for a detailed list of updates.

jakobjpeters commented 3 months ago

I think that CI failed because the update isn't available everywhere yet.

jakobjpeters commented 3 months ago

Also, do you want to support only the latest Typstry.jl or previous versions too?

asinghvi17 commented 3 months ago

If Typstry.julia_mono requires v0.3.0, then I think it's fine to drop compat for the older versions. Thanks for the PR!

jakobjpeters commented 3 months ago

Everything you're using is available back to v0.1.0, I'll test locally really quick.

jakobjpeters commented 3 months ago

I'm not sure what's up with the package server (if that is the issue), the new version was merged 8 hours ago. After 6 hours, I was only able to download the new version after doing pkg> registry up.

Setting versions to Typstry = "0.1, 0.2, 0.3" worked locally on all 3 documentation builds and ~had an infinite loop~ stalled for all 3 test suite runs.

jakobjpeters commented 3 months ago

Hmm I was looking at the CI Build and deploy documentation, which seems like it's not finding v0.3.0 and failing there. But the CI Test seems to have installed it and stalled during testing.

asinghvi17 commented 3 months ago

Huh, this test suite thing is a real problem. I'll take a look locally later today.