-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix broken links to Pkg.jl documentation #53374
Fix broken links to Pkg.jl documentation #53374
Conversation
A few stragglers. Backported PRs: - [x] JuliaLang#53091 <!-- Ensure elision of `require_one_based_indexing` with high-dim array views --> - [x] JuliaLang#53117 <!-- Try to fix incorrect documentation of `nthreads` --> - [x] JuliaLang#52855 <!-- Fix variable name in scaling an `AbstractTriangular` with zero alpha --> - [x] JuliaLang#52952 <!-- [REPLCompletions] enable completions for `using Module.Inner|` --> - [x] JuliaLang#53101 <!-- Inplace transpose for unit Triangular may skip diagonal --> Need manual backport: - [ ] JuliaLang#52505 <!-- fix alignment of emit_unbox_store copy --> Non-merged PRs with backport label: - [ ] JuliaLang#53125 <!-- coverage: count coverage where explicitly requested by inference only --> - [ ] JuliaLang#52694 <!-- Reinstate similar for AbstractQ for backward compatibility --> - [ ] JuliaLang#51479 <!-- prevent code loading from lookin in the versioned environment when building Julia -->
Can you make this PR to master instead of release-1.10? We'll then mark it for backporting to pull it into 1.10, 1.11, etc. It may be simplest to open a new PR. |
sure no problem! The issue I ran into was that the same links in master are not broken, since they were updated in this PR #52384 , so I don't know exactly how to change anything in |
Hmm. @KristofferC Can we merge this PR directly into release-1.10? |
I think |
It's not quite a copy of #52384, since in #52102 the page 5. Creating Packages from the
I looked for this but couldn't find anything relevant, is there a specific branch you're referring to? |
|
@giordano Did you mean backport-1.10, because your link is to backport-1.1.0 (which is really old). |
(cherry picked from commit 9bafc53)
Almost a direct copy of the output in `julia --help`. Closes JuliaLang#50588 Co-authored-by: Max Horn <max@quendi.de> (cherry picked from commit c5ad467)
Fixes JuliaLang#53298. (cherry picked from commit 81c6526)
I would assume he meant https://github.com/JuliaLang/julia/tree/backports-release-1.10 |
This was due to lowering keeping the same location info for the inserted `return` or `goto` statement, even though the last seen location might not have executed. Also fixes inliner handling of the sentinel `0` value for code locations. (cherry picked from commit 61fc907)
dcaabe8
to
06fc057
Compare
…oshua/1.10-docfix
baa56c5
to
5d971b9
Compare
This PR now somehow seems to contain way too many commits. The only "real" changes are in |
This shouldn't have been closed. Can someone reopen it again? |
Some dead links in the documentation for v1.10, this points to the most up to date version of the
Pkg.jl
docsFixes #53348
Hopefully I'm requesting to merge to the correct branch, please let me know if I need to change anything!