Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update Documenter 0.27.23 => 1.2.1 #47105
Update Documenter 0.27.23 => 1.2.1 #47105
Changes from 22 commits
b24944a
fdcbbdf
d64539f
c0e8bcc
44d2b51
260b543
c906cc9
551d1ce
3a4bbc0
785b992
6adff0f
8a51395
8b92c66
d26fa71
3cfa052
1b1e3c0
e84df37
e381d5e
8bb645e
be67eb4
6a63130
64cb40f
b91849c
317d3d8
816b5b5
608bb07
c407135
a78d2dd
4532811
81a3f81
305c51d
2b621de
a9018b4
e433597
f0b7302
121bdc9
3da55b3
ff0da64
369685e
2eeeac1
012cf21
d272c96
0db360d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The second issue, that I initially missed, is that we can't find the stdlib:
https://buildkite.com/julialang/julia-master/builds/27823#018aa5df-3848-40d1-9c9d-0623c89bdd21/713-752
@staticfloat So the
stdlib/
directory gets cleaned out, since we start anew, and just extractusr
? Locally,usr/share/julia/stdlib/v1.11/
are just symlinks tostdlib/
. But the.version
files are missing as far as I can tell.. it might be possible to work around that, but it will be a bit more complex than just pointing to a different directory I think.Note: all this works locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're working in a build tree; but this is not a build tree, it's the result of
make install
intousr
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the best way to replicate the CI worktree locally? Should I just
cp -R
copyusr/
into a clean Git worktree? The symlinks would still be there though?It's a bit unfortunate that we're not building the docs in the build tree, to match what happens locally. But if there is a way to access the stdlib info consistently in both cases, then that should be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no symlinks, because this is the result of
make install
, not justmake
.You can take a clean
git
checkout, and then download the same tarball that is built from buildkite; this one for instance: https://buildkite.com/organizations/julialang/pipelines/julia-master/builds/27823/jobs/018aa5df-4d2c-41ad-a0be-226f905cdd6e/artifacts/018aa5e8-571c-41a6-9cb6-656215210e84