-
Notifications
You must be signed in to change notification settings - Fork 115
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
v0.10.60 broke pagevar with JuliaGPU docs #995
Comments
Could you pin Franklin to Long story short there's a fix for another pagevar problem that happened after it and I'm now in a crappy position where some people's stuff works with pre 58 and some with post 60 (my fault really...). Anyway I doubt there's anything that went in after 58 that would affect your site though so pinning should be safe in your case. All this will go away with the next version once I manage to get it in 😅 |
Yeah sure, it's not a problem, we have the Manifest checked in :-) |
Any update here? The latest version still seems to throw this error. |
Unless you need a specific fix, I'd keep things pinned at Alternatively, you can try adding an fixing this properly in |
Fair enough! I didn't know about the redesign, waiting for that is no problem. |
It seems like c94317b broke JuliaGPU's use of
pagevar
: https://github.com/JuliaGPU/juliagpu.org/blob/ff65a83f80ee2baf521f33b103c7412c31af8970/utils.jl#L73For some reason, for one of our blog posts the
pagevar(rpath, :title)
returns Nothing:Those two posts look identical, both have a
:title
section, but for some reason the pagevar lookup fails.The text was updated successfully, but these errors were encountered: